Skip to content

Commit 3c9f022

Browse files
committed
checkout
1 parent fcc5ffe commit 3c9f022

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src-electron/main-process/electron-main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,7 @@ app.on("window-all-closed", () => {
158158
app.on("activate", () => {
159159
if (mainWindow === null) {
160160
createWindow()
161+
getSlackToken()
162+
logEverywhere("process.env: ", process.env)
161163
}
162164
})

0 commit comments

Comments
 (0)