mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 16:09:57 +03:00
Enable harmony proxies
I want to use these in the pane-models branch, so it will be helpful if they are enabled in atom stable since it's an atom-shell level setting.
This commit is contained in:
parent
eb39b8505e
commit
17947d0f99
@ -107,7 +107,7 @@ class AtomApplication
|
||||
|
||||
# Private: Configures required javascript environment flags.
|
||||
setupJavaScriptArguments: ->
|
||||
app.commandLine.appendSwitch 'js-flags', '--harmony_collections'
|
||||
app.commandLine.appendSwitch 'js-flags', '--harmony_collections --harmony-proxies'
|
||||
|
||||
# Private: Enable updates unless running from a local build of Atom.
|
||||
checkForUpdates: ->
|
||||
|
Loading…
Reference in New Issue
Block a user