mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Fixed typo
This commit is contained in:
parent
c89e5785d8
commit
60fcafa3b8
2
modules/node_modules/node_helper/index.js
generated
vendored
2
modules/node_modules/node_helper/index.js
generated
vendored
@ -24,7 +24,7 @@ NodeHelper = Class.extend({
|
||||
* argument payload mixed - The payload of the notification.
|
||||
*/
|
||||
socketNotificationReceived: function(notification, payload) {
|
||||
Log.log(this.name + ' received a socket notification: ' + notification + ' - Payload: ' + payload);
|
||||
console.log(this.name + ' received a socket notification: ' + notification + ' - Payload: ' + payload);
|
||||
},
|
||||
|
||||
/* setName(data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user