|
|
@@ -170,7 +170,7 @@ setImmediate(() => {
|
|
|
let config = readConfig()
|
|
|
|
|
|
new Interaction().start(23946, (msg) => {
|
|
|
- console.log('on message', msg)
|
|
|
+ log(`received message: ${JSON.stringify(msg)}`)
|
|
|
if (msg.action === 'saveConfig') {
|
|
|
config = msg.data
|
|
|
saveConfig(config)
|