Commit 43406453 authored by martin hou's avatar martin hou

fix: 增加返回值

parent 70961b73
......@@ -383,6 +383,12 @@ function Jensen(log, conn) {
console.log('pending commands', commands);
console.log('current', current);
console.log('device', device);
return {
'actions': actions,
'commands': commands,
'current': current,
'device': device
}
};
const tryReceive = function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment