Fixed a bug with tearing down angels.

This commit is contained in:
Scott Erickson 2014-02-11 11:30:47 -08:00
parent 7d5db41f5d
commit 21c93e85ed

View file

@ -210,6 +210,7 @@ class Angel
@
abort: ->
return unless @worker
@abortTimeout = _.delay @terminate, @abortTimeoutDuration
@worker.postMessage {func: 'abort'}