Skip to content

Commit

Permalink
Update main.development.ts
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
filfreire committed Nov 3, 2022
1 parent af532ce commit 5c2c3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/insomnia/src/main.development.ts
Expand Up @@ -161,7 +161,7 @@ const _launchApp = async () => {
app.quit();
} else {
app.on('second-instance', (_1, args) => {
console.log('Second instance listener recieved:', args.join('||'));
console.log('Second instance listener received:', args.join('||'));
if (window) {
if (window.isMinimized()) {
window.restore();
Expand Down

0 comments on commit 5c2c3af

Please sign in to comment.