Fix large chandump notification

This commit is contained in:
Calvin Montgomery 2014-06-07 12:56:12 -07:00
parent 2b525c13fb
commit 19aac29347
1 changed files with 1 additions and 1 deletions

View File

@ -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) {