Commit 299854b1 authored by martin hou's avatar martin hou

fix: 超时后清理掉当前指令的等待

parent 9b1ed0a4
......@@ -363,6 +363,7 @@ function Jensen(log, conn) {
}
if (current in actions == false) {
Logger.debug('jensen', 'trigger', pid + ':no action registered');
current = null;
return;
}
let p = actions[current];
......
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