Remove/fix XXX

This commit is contained in:
yflory
2020-03-26 17:25:36 +01:00
parent 72ccd55e83
commit 7b82d9dba4
4 changed files with 21 additions and 14 deletions

View File

@@ -103,7 +103,7 @@ define([
sframeChan.on('EV_RT_ERROR', function (err) {
isReady = false;
chainpad.abort();
if (err.type === 'EUNKNOWN') { // XXX
if (err.type === 'EUNKNOWN') {
// Recoverable error: make a new chainpad
chainpad = makeChainPad();
return;