Update shell.js

This commit is contained in:
Namhyeon Go 2024-07-10 12:00:55 +09:00 committed by GitHub
parent 25536a9b07
commit c773406464
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
//////////////////////////////////////////////////////////////////////// // Windows Shell Interface with WelsonJS Pipe-IPC module
// Shell API with PIPE-IPC // Namhyeon Go <abuse@catswords.net>
//////////////////////////////////////////////////////////////////////// // https://github.com/gnh1201/welsonjs
var FILE = require("lib/file"); var FILE = require("lib/file");
var PipeIPC = require("lib/pipe-ipc"); var PipeIPC = require("lib/pipe-ipc");
@ -220,7 +220,7 @@ exports.getPathOfMyDocuments = function() {
exports.CdoCharset = PipeIPC.CdoCharset; exports.CdoCharset = PipeIPC.CdoCharset;
exports.VERSIONINFO = "Shell interface (shell.js) version 0.3.9"; exports.VERSIONINFO = "Windows Shell Interface with WelsonJS Pipe-IPC module (shell.js) version 0.3.10";
exports.AUTHOR = "abuse@catswords.net"; exports.AUTHOR = "abuse@catswords.net";
exports.global = global; exports.global = global;
exports.require = global.require; exports.require = global.require;