Ver código fonte

日志文件时间分割,合并,异常捕获

hl 11 meses atrás
pai
commit
d2167cc6c3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/web.js

+ 1 - 1
src/web.js

@@ -82,7 +82,7 @@ function init() {
     logger.info('--web 启动');
 }
 
-// node-已上线-上报1
+// node-已上线-上报
 function robotNodeStatus() {
     var config = getRustConfig()
     http.request_post(`${config.baseUrl}/report/beOnline`, {}, {...config.headers}).then((data) => {