mirror of https://github.com/espruino/BangleApps
runapptests - Log GadgetBridge commands
parent
4385d4b85c
commit
39259346fe
|
@ -239,6 +239,7 @@ function runStep(step, subtest, test, state){
|
|||
title:'title',
|
||||
body:'body'
|
||||
}, step.obj || {});
|
||||
console.log(`> GB with`, verbose ? "event " + JSON.stringify(obj, null, null) : "type " + obj.t);
|
||||
emu.tx(`GB(${JSON.stringify(obj)})\n`);
|
||||
});
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue