Created by: jpschober
Instead of returning the error message in sandbox.js we return an Error object. To have a clean error message in the queue later on we must use the message property of the err object (if present) as error value in master.js.
Created by: jpschober
Instead of returning the error message in sandbox.js we return an Error object. To have a clean error message in the queue later on we must use the message property of the err object (if present) as error value in master.js.