mirror of
https://github.com/appium/appium.git
synced 2026-02-11 04:20:00 -06:00
ios-webkit-debug-proxy-launcher fix: replace underscore with lodash
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"use strict";
|
||||
|
||||
var spawn = require('child_process').spawn,
|
||||
_ = require('underscore');
|
||||
_ = require('lodash');
|
||||
|
||||
var args = process.argv.slice(2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user