I forgot to minify
This commit is contained in:
parent
1e1d7a242b
commit
6c03d9090c
File diff suppressed because one or more lines are too long
|
@ -15,7 +15,7 @@
|
|||
const __dataPath = (__platform === "win32" ? __process.env.APPDATA : __platform === "darwin" ? __process.env.HOME + "/Library/Preferences" : process.env.HOME + "/.config") + "/BetterDiscord/";
|
||||
const localStorageFile = "localStorage.json";
|
||||
|
||||
const __data = {};
|
||||
let __data = {};
|
||||
if (__fs.existsSync(`${__dataPath}${localStorageFile}`)) {
|
||||
try {
|
||||
__data = JSON.parse(__fs.readFileSync(`${__dataPath}${localStorageFile}`));
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue