aboutsummaryrefslogtreecommitdiff
path: root/node_modules/lodash/_nodeUtil.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/lodash/_nodeUtil.js')
-rw-r--r--node_modules/lodash/_nodeUtil.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/lodash/_nodeUtil.js b/node_modules/lodash/_nodeUtil.js
index b8e48e3d7..14e179fe1 100644
--- a/node_modules/lodash/_nodeUtil.js
+++ b/node_modules/lodash/_nodeUtil.js
@@ -15,7 +15,7 @@ var freeProcess = moduleExports && freeGlobal.process;
/** Used to access faster Node.js helpers. */
var nodeUtil = (function() {
try {
- return freeProcess && freeProcess.binding('util');
+ return freeProcess && freeProcess.binding && freeProcess.binding('util');
} catch (e) {}
}());