aboutsummaryrefslogtreecommitdiff
path: root/ext/js/debug/timer.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-12-10 19:21:14 -0500
committerGitHub <noreply@github.com>2023-12-11 00:21:14 +0000
commite9dde826df738c4094709804d72de4991b377a8a (patch)
tree22e20851ea92868e29e0afe70e745fcc306661b1 /ext/js/debug/timer.js
parenta6c57cc4d7ffeff16320e1d27280ac752fb80e21 (diff)
Change no-console to error, only for ext files (#352)
Diffstat (limited to 'ext/js/debug/timer.js')
-rw-r--r--ext/js/debug/timer.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/js/debug/timer.js b/ext/js/debug/timer.js
index 7381dab5..d5f286a1 100644
--- a/ext/js/debug/timer.js
+++ b/ext/js/debug/timer.js
@@ -56,6 +56,7 @@ export class Timer {
Timer.current = this.parent;
if (this.parent === null) {
if (!skip) {
+ // eslint-disable-next-line no-console
console.log(this.toString());
}
} else {