Compare commits
1 Commits
a369361d99
...
fdfb9edf0d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fdfb9edf0d |
@@ -41,7 +41,7 @@ class nodeClass {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
console.log("Unknown topic: " + msg.topic);
|
this.source.logger.warn(`Unknown topic: ${msg.topic}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (done) {
|
if (done) {
|
||||||
|
|||||||
Reference in New Issue
Block a user