Disable renderer backgrounding

This commit is contained in:
Nathan Sobo
2015-11-08 23:07:28 -07:00
parent 6dd18b348b
commit fc5788c43b

View File

@@ -158,6 +158,7 @@ class AtomApplication
# Configures required javascript environment flags.
setupJavaScriptArguments: ->
app.commandLine.appendSwitch 'js-flags', '--harmony'
app.commandLine.appendSwitch 'disable-renderer-backgrounding'
# Registers basic application commands, non-idempotent.
handleEvents: ->