1
0

Improve log message

This commit is contained in:
2024-01-04 06:23:40 +01:00
parent 61eab19e7d
commit fe6f6e3d51

View File

@@ -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) {