Improve log message
This commit is contained in:
@@ -6,7 +6,7 @@ class Timer {
|
|||||||
#timers = new Object();
|
#timers = new Object();
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
console.log('Initialization of timer');
|
console.log('Initialization of timer helper class');
|
||||||
}
|
}
|
||||||
|
|
||||||
create(identifier, timeout, func) {
|
create(identifier, timeout, func) {
|
||||||
|
|||||||
Reference in New Issue
Block a user