Dropped .cmd default prefix
This commit is contained in:
parent
afbd0fe4c3
commit
598073594e
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -62,7 +62,6 @@ Mod.prototype.callback = function (req, res, serverconsole, responseEnd, href, e
|
||||||
if(os.platform() == "win32") {
|
if(os.platform() == "win32") {
|
||||||
exttointerpreter[".exe"] = [];
|
exttointerpreter[".exe"] = [];
|
||||||
exttointerpreter[".bat"] = ["cmd", "/c"];
|
exttointerpreter[".bat"] = ["cmd", "/c"];
|
||||||
exttointerpreter[".cmd"] = ["cmd", "/c"];
|
|
||||||
exttointerpreter[".vbs"] = ["cscript"];
|
exttointerpreter[".vbs"] = ["cscript"];
|
||||||
}
|
}
|
||||||
var exttointerpreteruser = {};
|
var exttointerpreteruser = {};
|
||||||
|
|
Loading…
Reference in a new issue