diff --git a/src/main/base/utils.ts b/src/main/base/utils.ts index b9d09a32..fa408519 100644 --- a/src/main/base/utils.ts +++ b/src/main/base/utils.ts @@ -27,7 +27,7 @@ export class utils { }, seek: (seconds: number) => { bw.win.webContents.executeJavaScript(`MusicKit.getInstance().seekToTime(${seconds})`); - } + }, }; /** * Paths for the application to use @@ -42,7 +42,7 @@ export class utils { ciderCache: path.resolve(app.getPath("userData"), "CiderCache"), themes: path.resolve(app.getPath("userData"), "Themes"), plugins: path.resolve(app.getPath("userData"), "Plugins"), - externals: path.resolve(app.getPath("userData"), "externals") + externals: path.resolve(app.getPath("userData"), "externals"), }; /** diff --git a/src/main/index.ts b/src/main/index.ts index a13fed82..8b88d3d8 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -27,8 +27,8 @@ Sentry({ new Store(); const Cider = new AppEvents(); const CiderPlug = new Plugins(); - //to trigger the prettier test - console.log("hello world") +//to trigger the prettier test +console.log("hello world"); /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * App Event Handlers