Explorar o código

aggiunto console.log

mdomenici hai 1 ano
pai
achega
4cbfe90f44
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      bin/commands/start.js

+ 1 - 0
bin/commands/start.js

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