diff --git a/entry.js b/entry.js index 54fa802..1db86e0 100644 --- a/entry.js +++ b/entry.js @@ -1,5 +1,5 @@ -const { app, BrowserWindow } = require('electron') -const path = require('path') +const { app, BrowserWindow } = require('electron'); +const path = require('path'); function createWindow () {