소스 검색

trasformato in stringa json un non iterable object

mdomenici 1 년 전
부모
커밋
13f216fbb6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bin/commands/start.js

+ 1 - 1
bin/commands/start.js

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