diff --git a/src/stdlib/task.coffee b/src/stdlib/task.coffee index 091362d73..f1f417106 100644 --- a/src/stdlib/task.coffee +++ b/src/stdlib/task.coffee @@ -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