Fix large chandump notification
This commit is contained in:
parent
2b525c13fb
commit
19aac29347
|
|
@ -154,7 +154,7 @@ Channel.prototype.loadState = function () {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
self.setFlag(Flags.C_ERROR);
|
self.setFlag(Flags.C_READY | Flags.C_ERROR);
|
||||||
};
|
};
|
||||||
|
|
||||||
fs.stat(file, function (err, stats) {
|
fs.stat(file, function (err, stats) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue