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