Skip to content
Snippets Groups Projects
Commit 130c9e47 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

More fixes...

All the scripts I used this in previously had a read_apc() function.
parent 348f1a7e
Branches
Tags
No related merge requests found
......@@ -89,7 +89,7 @@ SyncTERMCache.prototype.upload = function (fname, cache_fname)
// Check for the file in the cache...
console.write('\x1b_SyncTERM:C;L;'+cache_fname+'\x1b\\');
var lst = read_apc();
var lst = this.read_apc();
var idx = lst.indexOf('\n' + cache_fname + '\t');
if (idx !== -1) {
idx += 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment