From 18c96ab6926658d6707f1f3be935078f1cb08411 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 13 Nov 2016 21:53:45 +0100 Subject: node modules --- node_modules/which/which.js | 1 - 1 file changed, 1 deletion(-) (limited to 'node_modules/which/which.js') diff --git a/node_modules/which/which.js b/node_modules/which/which.js index 5a9b15ca6..70d974c18 100644 --- a/node_modules/which/which.js +++ b/node_modules/which/which.js @@ -8,7 +8,6 @@ var isWindows = process.platform === 'win32' || var path = require('path') var COLON = isWindows ? ';' : ':' var isexe = require('isexe') -var fs = require('fs') function getNotFoundError (cmd) { var er = new Error('not found: ' + cmd) -- cgit v1.2.3