diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-10 19:01:31 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-10 19:01:31 +0530 |
| commit | e3eccc2a7d15732948ad3634f9b5802a7c1af1ce (patch) | |
| tree | d11a70084310079871ba3bd6a499baa9812f1a53 | |
| parent | 00230bc16385e44a8e5ca4e7af941909f196c823 (diff) | |
| download | authorr-e3eccc2a7d15732948ad3634f9b5802a7c1af1ce.tar.xz authorr-e3eccc2a7d15732948ad3634f9b5802a7c1af1ce.zip | |
Updated MAINJS
| -rw-r--r-- | main.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ function createWindow () { win = null }) } -app.on('ready', createWindow) +app.on('ready', console.log('This Works') ) app.on('window-all-closed', () => { if (process.platform !== 'darwin') { @@ -35,6 +35,6 @@ app.on('window-all-closed', () => { app.on('activate', () => { if (win === null) { - createWindow() + console.log('This Works'); } })
\ No newline at end of file |
