Skip to content

Commit f871775

Browse files
committed
CB-9328 - Fix exception when running bin/ios-sim (CLI)
1 parent 3e0c14c commit f871775

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/commands.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ THE SOFTWARE.
2525
var path = require('path'),
2626
fs = require('fs'),
2727
help = require('./help'),
28-
lib = require('./lib');
29-
util = require('util'),
30-
simctl,
31-
bplist;
28+
lib = require('./lib'),
29+
util = require('util');
3230

3331
var command_lib = {
3432

0 commit comments

Comments
 (0)