Fork with harmony collections enabled

This commit is contained in:
Kevin Sawicki
2013-05-06 18:04:01 -07:00
parent 81462d9050
commit a96c354f4f

View File

@@ -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