Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaLovesKPOP authored Oct 6, 2024
1 parent 276b94c commit 2a6d22b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blob/main/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ ${systemInfo}
warn(`Error creating issue: ${response.statusText}`);
logError(new Error(`Error creating issue: ${response.statusText}`));
alert(`Error submitting bug report: ${response.statusText}`);
console.error('Response text:', await response.text());
}
} catch (error) {
logError(error);
Expand Down

0 comments on commit 2a6d22b

Please sign in to comment.