mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 00:45:14 +00:00
Update pipe-ipc.js
This commit is contained in:
parent
9c77c4479a
commit
b21ba01f5f
|
@ -110,7 +110,11 @@ exports.create = function() {
|
|||
return new PipeIPC();
|
||||
};
|
||||
|
||||
exports.VERSIONINFO = "PIPE-based IPC Module (pipe-ipc.js) version 0.1.2";
|
||||
exports.AUTHOR = "Nathan Catswords <catswords@protonmail.com>";
|
||||
exports.ForReading = ForReading;
|
||||
exports.ForWriting = ForWriting;
|
||||
exports.ForAppending = ForAppending;
|
||||
|
||||
exports.VERSIONINFO = "PIPE-based IPC Module (pipe-ipc.js) version 0.1.3";
|
||||
exports.AUTHOR = "catswords@protonmail.com";
|
||||
exports.global = global;
|
||||
exports.require = require;
|
||||
|
|
Loading…
Reference in New Issue
Block a user