mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Fork with harmony collections enabled
This commit is contained in:
@@ -14,7 +14,7 @@ class Task
|
||||
|
||||
# Equivalent with node --eval "...".
|
||||
blob = "require('coffee-script'); require('task-shell');"
|
||||
@worker = child_process.fork '--eval', [ blob ], cwd: __dirname
|
||||
@worker = child_process.fork '--eval', [ blob, '--harmony_collections' ], cwd: __dirname
|
||||
|
||||
@worker.on 'message', (data) =>
|
||||
if @aborted
|
||||
|
||||
Reference in New Issue
Block a user