aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-06-10 19:01:31 +0530
committerKumar Priyansh <[email protected]>2019-06-10 19:01:31 +0530
commite3eccc2a7d15732948ad3634f9b5802a7c1af1ce (patch)
treed11a70084310079871ba3bd6a499baa9812f1a53
parent00230bc16385e44a8e5ca4e7af941909f196c823 (diff)
downloadauthorr-e3eccc2a7d15732948ad3634f9b5802a7c1af1ce.tar.xz
authorr-e3eccc2a7d15732948ad3634f9b5802a7c1af1ce.zip
Updated MAINJS
-rw-r--r--main.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.js b/main.js
index ea33294..17e9e2b 100644
--- a/main.js
+++ b/main.js
@@ -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