mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 08:55:14 +00:00
Update pipe-ipc.js
This commit is contained in:
parent
34668ad54e
commit
2d72f6a87b
|
@ -98,7 +98,7 @@ function openTextFile(filename, iomode) {
|
|||
}
|
||||
|
||||
function checkFileExists(filename) {
|
||||
return createFSO().FileExists(filename);;
|
||||
return createFSO().FileExists(filename);
|
||||
}
|
||||
|
||||
function deleteFile(filename) {
|
||||
|
@ -423,7 +423,6 @@ function PipeIPC() {
|
|||
return text;
|
||||
};
|
||||
|
||||
|
||||
this.loadFromFile = function(filename, charset) {
|
||||
this.write(this.readTextFromFile(filename, charset), ForWriting);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user