Skip to content

Commit 25dcecb

Browse files
Michael Scoltockpaulcuth
Michael Scoltock
authored andcommitted
fixed "execute" which did not print output to console
1 parent 214c599 commit 25dcecb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ var config = {
115115
execute: function (filename) {
116116
new SerialComms(port).on('ready', function (comms) {
117117
new DeviceManager(comms).executeFile(filename)
118+
.then(console.log)
118119
.then(comms.close.bind(comms));
119120
});
120121
}

0 commit comments

Comments
 (0)