Improve log message
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user