Skip to content

Commit

Permalink
don't CC me on error
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Mar 12, 2024
1 parent 21c94e6 commit cbb0584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GANReviewTool/modules/GANReviewController.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class GANReviewController {
// Documentation for the http error is in the "response" section of https://doc.wikimedia.org/mediawiki-core/REL1_41/js/#!/api/mw.Api-method-ajax
this.pushStatus(`<span class="GANReviewTool-ErrorNotice">An error occurred :( Details: ${err}</span>`);
this.error = err;
this.editSummary += ' cc [[User:Novem Linguae]]';
// this.editSummary += ' cc [[User:Novem Linguae]]';
await this.writeToLog();
}
}
Expand Down
2 changes: 1 addition & 1 deletion GANReviewTool/modules/GARCloserController.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class GARCloserController {
} catch (err) {
this.error = err;
console.error(err);
this.editSummary += ' cc [[User:Novem Linguae]]';
// this.editSummary += ' cc [[User:Novem Linguae]]';
await this.makeScriptLogEntry('keep');
this.pushStatus(`<span class="GARCloserTool-ErrorNotice">An error occurred :( Details: ${this.error}</span>`);
}
Expand Down

0 comments on commit cbb0584

Please sign in to comment.