mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 08:55:14 +00:00
Update shell.js
This commit is contained in:
parent
b3a4125253
commit
4c68780e87
|
@ -55,7 +55,7 @@ var ShellObject = function() {
|
||||||
|
|
||||||
this.build = function(cmd) {
|
this.build = function(cmd) {
|
||||||
var wrap = function(s) {
|
var wrap = function(s) {
|
||||||
return this.target != null ? [this.target, s].join(' ') : s;
|
return this.prefix != null ? [this.prefix, s].join(' ') : s;
|
||||||
};
|
};
|
||||||
|
|
||||||
if (typeof(cmd) === "string") {
|
if (typeof(cmd) === "string") {
|
||||||
|
@ -221,7 +221,7 @@ exports.getPathOfMyDocuments = function() {
|
||||||
|
|
||||||
exports.CdoCharset = PipeIPC.CdoCharset;
|
exports.CdoCharset = PipeIPC.CdoCharset;
|
||||||
|
|
||||||
exports.VERSIONINFO = "Windows Shell Interface (shell.js) version 0.3.11";
|
exports.VERSIONINFO = "Windows Shell Interface (shell.js) version 0.3.12";
|
||||||
exports.AUTHOR = "abuse@catswords.net";
|
exports.AUTHOR = "abuse@catswords.net";
|
||||||
exports.global = global;
|
exports.global = global;
|
||||||
exports.require = global.require;
|
exports.require = global.require;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user