Fix journal error

This commit is contained in:
Kyrylo Gliebov 2018-09-27 13:58:21 +02:00
parent b59140d328
commit 0a593d20d0

View file

@ -445,7 +445,10 @@ let PacketBuffer = class {
*/
handleDone() {
this.done = true;
if (this.journalctl !== null) {
this.journalctl.stop();
this.journalctl = null;
}
/* Continue with the "following" run */
this.journalctl = Journal.journalctl(
this.matchList,