From fe6f6e3d51f05f098832312a09a6624e66d15903 Mon Sep 17 00:00:00 2001 From: Christian Weimann Date: Thu, 4 Jan 2024 06:23:40 +0100 Subject: [PATCH] Improve log message --- utils/timer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/timer.js b/utils/timer.js index 305cac5..3766c50 100644 --- a/utils/timer.js +++ b/utils/timer.js @@ -6,7 +6,7 @@ class Timer { #timers = new Object(); constructor() { - console.log('Initialization of timer'); + console.log('Initialization of timer helper class'); } create(identifier, timeout, func) {