Skip to content

Commit 5b2ac14

Browse files
Copilotnpv2k1
andcommitted
Fix code formatting in main process
Co-authored-by: npv2k1 <73846954+npv2k1@users.noreply.github.com>
1 parent 13c2d36 commit 5b2ac14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function createWindow() {
3131

3232
// Test active push message to Renderer-process.
3333
win.webContents.on('did-finish-load', () => {
34-
win?.webContents.send('main-process-message', (new Date).toLocaleString())
34+
win?.webContents.send('main-process-message', (new Date()).toLocaleString())
3535
})
3636

3737
if (process.env.VITE_DEV_SERVER_URL) {

0 commit comments

Comments
 (0)