From 47bc456dcded9de319481bd34123f39274b1c897 Mon Sep 17 00:00:00 2001 From: David Majda Date: Sat, 1 Oct 2016 15:37:44 +0200 Subject: [PATCH] Remove useless variable reference --- bin/pegjs | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/pegjs b/bin/pegjs index eb3b170..7206730 100755 --- a/bin/pegjs +++ b/bin/pegjs @@ -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) {