Skip to content

Commit

Permalink
CB-9328 - Fix exception when running bin/ios-sim (CLI)
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Sep 11, 2015
1 parent 3e0c14c commit f871775
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ THE SOFTWARE.
var path = require('path'),
fs = require('fs'),
help = require('./help'),
lib = require('./lib');
util = require('util'),
simctl,
bplist;
lib = require('./lib'),
util = require('util');

var command_lib = {

Expand Down

0 comments on commit f871775

Please sign in to comment.