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
25536a9b07
commit
c773406464
|
@ -1,6 +1,6 @@
|
|||
////////////////////////////////////////////////////////////////////////
|
||||
// Shell API with PIPE-IPC
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// Windows Shell Interface with WelsonJS Pipe-IPC module
|
||||
// Namhyeon Go <abuse@catswords.net>
|
||||
// https://github.com/gnh1201/welsonjs
|
||||
var FILE = require("lib/file");
|
||||
var PipeIPC = require("lib/pipe-ipc");
|
||||
|
||||
|
@ -220,7 +220,7 @@ exports.getPathOfMyDocuments = function() {
|
|||
|
||||
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.global = global;
|
||||
exports.require = global.require;
|
||||
|
|
Loading…
Reference in New Issue
Block a user