瀏覽代碼

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

hl 11 月之前
父節點
當前提交
d2167cc6c3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) => {