Skip to content

win: Delay quitting until next tick of message loop#2607

Merged
zcbenz merged 1 commit into
masterfrom
fix-quit
Aug 27, 2015
Merged

win: Delay quitting until next tick of message loop#2607
zcbenz merged 1 commit into
masterfrom
fix-quit

Conversation

@zcbenz

@zcbenz zcbenz commented Aug 27, 2015

Copy link
Copy Markdown
Contributor

This fixes app.quit() not working when it is called before the message loop starts to run.

Closes #2312.

This fixes app.quit() not working when it is called before the message
loop starts to run.
zcbenz added a commit that referenced this pull request Aug 27, 2015
win: Delay quitting until next tick of message loop
@zcbenz zcbenz merged commit 04d8f32 into master Aug 27, 2015
@zcbenz zcbenz deleted the fix-quit branch August 27, 2015 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

app.quit() can't terminate electron.exe in 'ready' event handler without any window created

1 participant