Skip to content

Commit

Permalink
feat: print when instance reuse is happening
Browse files Browse the repository at this point in the history
matches google-chrome  behavior
  • Loading branch information
AviVahl committed Sep 18, 2024
1 parent 0f4026f commit 667ac0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if (process.platform === "linux" && process.env.NODE_ENV === "development") {
if (app.requestSingleInstanceLock()) {
initializeApp();
} else {
console.log("Opening in existing app session.");
app.quit();
}

Expand Down

0 comments on commit 667ac0e

Please sign in to comment.