Remove useless variable reference

redux
David Majda 8 years ago
parent ec3f7f5bb0
commit 47bc456dcd

@ -222,7 +222,6 @@ while (args.length > 0 && isOption(args[0])) {
abort("Missing parameter of the --plugin option."); abort("Missing parameter of the --plugin option.");
} }
id = /^(\.\/|\.\.\/)/.test(args[0]) ? path.resolve(args[0]) : args[0]; id = /^(\.\/|\.\.\/)/.test(args[0]) ? path.resolve(args[0]) : args[0];
mod;
try { try {
mod = require(id); mod = require(id);
} catch (e) { } catch (e) {

Loading…
Cancel
Save