Skip to content

Commit 62f19f8

Browse files
committed
Issue #175: devicetypeid is not defined
1 parent 314f6f7 commit 62f19f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var command_lib = {
5353

5454
app_path = args.argv.remain[1];
5555

56-
lib.launch(app_path, devicetypeid, log, exit, args.args);
56+
lib.launch(app_path, args.devicetypeid, args.log, args.exit, args.args);
5757
},
5858

5959
install : function(args) {
@@ -69,7 +69,7 @@ var command_lib = {
6969

7070
app_path = args.argv.remain[1];
7171

72-
lib.install(app_path, devicetypeid, log, exit);
72+
lib.install(app_path, args.devicetypeid, args.log, args.exit);
7373
},
7474

7575
start : function(args) {

0 commit comments

Comments
 (0)