Fix cc.process() when control is complete
This commit is contained in:
parent
171592409c
commit
aa8403f41b
1
main.js
1
main.js
@ -138,7 +138,6 @@ while(bbs.online) {
|
|||||||
if (cc.isComplete) {
|
if (cc.isComplete) {
|
||||||
control.pop();
|
control.pop();
|
||||||
log(LOG_DEBUG,'CONTROL COMPLETE: ['+read+'] ('+control.length+')');
|
log(LOG_DEBUG,'CONTROL COMPLETE: ['+read+'] ('+control.length+')');
|
||||||
cc = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
log(LOG_DEBUG,'CONTROL END: ['+read+']');
|
log(LOG_DEBUG,'CONTROL END: ['+read+']');
|
||||||
|
Loading…
Reference in New Issue
Block a user