fix: Lint

This commit is contained in:
Felix Rieseberg 2020-07-28 06:55:20 -07:00
parent 9e3e9623d0
commit ddcbbabd35
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ function registerIpcHandlers() {
});
ipcMain.handle("getUserDataPath", () => {
return app.getPath('userData');
return app.getPath("userData");
});
}

View File

@ -23,5 +23,5 @@ module.exports = {
getUserDataPath() {
return ipcRenderer.invoke("getUserDataPath");
}
},
};

View File

@ -72,7 +72,7 @@ async function registerWorker() {
SCREEN_WIDTH: SCREEN_WIDTH,
SCREEN_HEIGHT: SCREEN_HEIGHT,
userDataPath: await getUserDataPath(),
isDevMode: await getIsDevMode()
isDevMode: await getIsDevMode(),
};
worker = window.emulatorWorker = new Worker(