Skip to content

Commit

Permalink
Rename blackboxing to new option ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
germain-gg committed Apr 15, 2021
1 parent 1c18379 commit 72f987a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vector/rageshakesetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function initRageshake() {
prom.then(() => {
console.log("Initialised rageshake.");
console.log("To fix line numbers in Chrome: " +
"Meatball menu → Settings → Blackboxing → Add /rageshake\\.js$");
"Meatball menu → Settings → Ignore list → Add /rageshake\\.js$");

window.addEventListener('beforeunload', (e) => {
console.log('element-web closing');
Expand Down

0 comments on commit 72f987a

Please sign in to comment.