Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request appium#6471 from scottdixon/webkit-debug-fix
ios-webkit-debug-proxy-launcher fix: replace underscore with lodash
  • Loading branch information
imurchie committed May 5, 2016
2 parents 3c2c86f + 2ffc5b0 commit 6e5f3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ios-webkit-debug-proxy-launcher.js
Expand Up @@ -19,7 +19,7 @@
"use strict";

var spawn = require('child_process').spawn,
_ = require('underscore');
_ = require('lodash');

var args = process.argv.slice(2);

Expand Down

0 comments on commit 6e5f3a3

Please sign in to comment.