Skip to content
代码片段 群组 项目
提交 8627e9f2 编辑于 作者: Jing Teng's avatar Jing Teng
浏览文件

error logging

上级 af84386c
No related branches found
No related tags found
无相关合并请求
...@@ -106,6 +106,8 @@ export function initHttpServer(db, port) { ...@@ -106,6 +106,8 @@ export function initHttpServer(db, port) {
Env.logInfo(`HTTP server created on port: ` + httpServerPort()) Env.logInfo(`HTTP server created on port: ` + httpServerPort())
resolve(app) resolve(app)
}) })
} else {
Env.logError(err)
} }
}) })
}) })
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册