Jonas Jenwald ca027ebfdb Fix the exception propagation when rejecting workerReadyCapability
Currently when an exception is thrown, we try to reject `workerReadyCapability` with multiple arguments in src/core/api.js. This obviously doesn't work, hence this patch changes that to instead reject with the exception object as is.
In src/core/worker.js the exception is currently (unncessarily) wrapped in an object, so this patch also simplifies that to directly send the exception object instead.
2014-09-08 22:20:41 +02:00
..
2012-10-29 14:08:52 -04:00
2014-08-10 14:11:04 -05:00
2014-07-19 16:41:07 +02:00
2014-07-25 21:53:09 +02:00