From 2ffc5b00bf1f23c2b37aca273230c62514c3d8d0 Mon Sep 17 00:00:00 2001 From: Scott Dixon Date: Wed, 4 May 2016 19:37:48 -0700 Subject: [PATCH] ios-webkit-debug-proxy-launcher fix: replace underscore with lodash --- bin/ios-webkit-debug-proxy-launcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ios-webkit-debug-proxy-launcher.js b/bin/ios-webkit-debug-proxy-launcher.js index 83f79b4739f..a2452288f82 100644 --- a/bin/ios-webkit-debug-proxy-launcher.js +++ b/bin/ios-webkit-debug-proxy-launcher.js @@ -19,7 +19,7 @@ "use strict"; var spawn = require('child_process').spawn, - _ = require('underscore'); + _ = require('lodash'); var args = process.argv.slice(2);