瀏覽代碼

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));
   }
 };