This commit is contained in:
Jiiks 2017-01-11 11:23:15 +02:00
parent 33162a1798
commit 0a55c0edae
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@
if(__fs.existsSync("localStorage.json")) {
try {
data = JSON.parse(__fs.readFileSync("localStorage.json"));
}catch() {}
}catch(err) {
console.log(err);
}
}
let __ls = data;