mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 00:45:14 +00:00
Update shell.js
This commit is contained in:
parent
4b02143a44
commit
83bc9a4b58
|
@ -16,7 +16,7 @@ var ShellObject = function() {
|
|||
|
||||
this.stdout = null;
|
||||
this.stderr = null;
|
||||
this.target = null;
|
||||
this.prefix = null;
|
||||
|
||||
this.create = function() {
|
||||
try {
|
||||
|
@ -29,8 +29,8 @@ var ShellObject = function() {
|
|||
return this;
|
||||
};
|
||||
|
||||
this.setTarget = function(target) {
|
||||
this.target = target;
|
||||
this.setPrefix = function(prefix) {
|
||||
this.prefix = prefix;
|
||||
};
|
||||
|
||||
this.setCharset = function(charset) {
|
||||
|
@ -220,7 +220,7 @@ exports.getPathOfMyDocuments = function() {
|
|||
|
||||
exports.CdoCharset = PipeIPC.CdoCharset;
|
||||
|
||||
exports.VERSIONINFO = "Shell interface (shell.js) version 0.3.8";
|
||||
exports.VERSIONINFO = "Shell interface (shell.js) version 0.3.9";
|
||||
exports.AUTHOR = "abuse@catswords.net";
|
||||
exports.global = global;
|
||||
exports.require = global.require;
|
||||
|
|
Loading…
Reference in New Issue
Block a user