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.");
}
id = /^(\.\/|\.\.\/)/.test(args[0]) ? path.resolve(args[0]) : args[0];
mod;
try {
mod = require(id);
} catch (e) {

Loading…
Cancel
Save