Skip to content

Commit

Permalink
Update logging ignore list comment (#25769)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jul 11, 2023
1 parent abc5593 commit 5a701c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vector/rageshakesetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export function initRageshake(): Promise<void> {
() => {
logger.log("Initialised rageshake.");
logger.log(
"To fix line numbers in Chrome: " + "Meatball menu → Settings → Ignore list → Add /rageshake\\.js$",
"To fix line numbers in Chrome: " +
"Meatball menu → Settings → Ignore list → Add /rageshake\\.ts & /logger\\.ts$",
);

window.addEventListener("beforeunload", () => {
Expand Down

0 comments on commit 5a701c4

Please sign in to comment.