Update shell.js

This commit is contained in:
Namhyeon Go 2024-07-10 12:03:22 +09:00 committed by GitHub
parent f4b2a68121
commit 4716a3a39e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,7 @@ var ShellObject = function() {
this.setPrefix = function(prefix) { this.setPrefix = function(prefix) {
this.prefix = prefix; this.prefix = prefix;
return this;
}; };
this.setCharset = function(charset) { this.setCharset = function(charset) {
@ -220,7 +221,7 @@ exports.getPathOfMyDocuments = function() {
exports.CdoCharset = PipeIPC.CdoCharset; exports.CdoCharset = PipeIPC.CdoCharset;
exports.VERSIONINFO = "Windows Shell Interface with WelsonJS Pipe-IPC module (shell.js) version 0.3.10"; exports.VERSIONINFO = "Windows Shell Interface with WelsonJS Pipe-IPC module (shell.js) version 0.3.11";
exports.AUTHOR = "abuse@catswords.net"; exports.AUTHOR = "abuse@catswords.net";
exports.global = global; exports.global = global;
exports.require = global.require; exports.require = global.require;