Update dataPort.js
parent
85126f0b9c
commit
830d702241
|
|
@ -39,6 +39,8 @@ module.exports = function(s,config,lang,app,io){
|
||||||
s.debugLog(data.data)
|
s.debugLog(data.data)
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
console.log(`No Data Port Handler!`)
|
||||||
|
console.log(`here's what we got :`)
|
||||||
console.log(data)
|
console.log(data)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue