Fix large chandump notification

This commit is contained in:
Calvin Montgomery 2014-06-07 12:56:12 -07:00
parent 2b525c13fb
commit 19aac29347

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) { fs.stat(file, function (err, stats) {