Commit 3645f4cf authored by martin hou's avatar martin hou

feat: 增加消息注册日志

parent 20a31705
......@@ -331,6 +331,7 @@ function Jensen(log, conn) {
const register = function (cmd, seconds) {
let tag = 'cmd-' + cmd.command + '-' + cmd.index;
Logger.debug('jensen', 'register', tag);
let t = seconds
? setTimeout(() => {
timeout(tag);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment