mirror of
https://github.com/felixrieseberg/macintosh.js.git
synced 2025-01-15 14:30:23 +00:00
fix: Lint
This commit is contained in:
parent
9e3e9623d0
commit
ddcbbabd35
@ -32,7 +32,7 @@ function registerIpcHandlers() {
|
||||
});
|
||||
|
||||
ipcMain.handle("getUserDataPath", () => {
|
||||
return app.getPath('userData');
|
||||
return app.getPath("userData");
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -23,5 +23,5 @@ module.exports = {
|
||||
|
||||
getUserDataPath() {
|
||||
return ipcRenderer.invoke("getUserDataPath");
|
||||
}
|
||||
},
|
||||
};
|
||||
|
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user