mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 00:45:14 +00:00
Update winlibs.js
This commit is contained in:
parent
7f5e8657ce
commit
893e35c257
|
@ -19,8 +19,10 @@ exports.loadLibrary = function(LIB) {
|
|||
|
||||
commandOptions.push("rundll32.exe");
|
||||
commandOptions.push(LIB + ".dll," + FN);
|
||||
commandOptions.push("\"" + args.join("\" \"") + "\"");
|
||||
|
||||
if (typeof(args) !== "undefined") {
|
||||
commandOptions.push("\"" + args.join("\" \"") + "\"");
|
||||
}
|
||||
|
||||
return SHELL.exec(commandOptions.join(' '));
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user