@@ -94,6 +94,6 @@ module.exports = (env) => {
runServices(projectEnv);
} catch (ex) {
- log.error(...ex);
+ log.error(JSON.stringify(ex));
}
};