Update dataPort.js

node-20
Moe 2023-10-04 15:38:16 -07:00
parent 85126f0b9c
commit 830d702241
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ module.exports = function(s,config,lang,app,io){
s.debugLog(data.data)
break;
default:
console.log(`No Data Port Handler!`)
console.log(`here's what we got :`)
console.log(data)
break;
}