diff --git a/index.js b/index.js index 8c9fdf2..b765830 100644 --- a/index.js +++ b/index.js @@ -62,7 +62,6 @@ Mod.prototype.callback = function (req, res, serverconsole, responseEnd, href, e if(os.platform() == "win32") { exttointerpreter[".exe"] = []; exttointerpreter[".bat"] = ["cmd", "/c"]; - exttointerpreter[".cmd"] = ["cmd", "/c"]; exttointerpreter[".vbs"] = ["cscript"]; } var exttointerpreteruser = {};