diff options
-rw-r--r-- | ext/console/02_console.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/console/02_console.js b/ext/console/02_console.js index 0f7b1a8db..9edf78ffd 100644 --- a/ext/console/02_console.js +++ b/ext/console/02_console.js @@ -2139,7 +2139,7 @@ label = String(label); if (!MapPrototypeHas(timerMap, label)) { - this.warn(`Timer '${label}' does not exists`); + this.warn(`Timer '${label}' does not exist`); return; } |