Commit b9be3f07 authored by martin hou's avatar martin hou

fix: 取消对current的清理工作

parent 322a45ae
...@@ -576,8 +576,8 @@ function Jensen(log, conn) { ...@@ -576,8 +576,8 @@ function Jensen(log, conn) {
// 是不是应该将current设置为null来解除当前指令的阻塞? // 是不是应该将current设置为null来解除当前指令的阻塞?
if (current) if (current)
{ {
Logger.info('jensen', 'decode', `current: ${current}`); // Logger.info('jensen', 'decode', `current: ${current}`);
trigger(null, current.replace(/^cmd-(\d+)-(\d+)$/gi, '$1')); // trigger(null, current.replace(/^cmd-(\d+)-(\d+)$/gi, '$1'));
} }
// Logger.info('jensen', 'decode', `total decode: ${decodeBytes}`); // Logger.info('jensen', 'decode', `total decode: ${decodeBytes}`);
......
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