Fix journal error
This commit is contained in:
parent
b59140d328
commit
0a593d20d0
1 changed files with 4 additions and 1 deletions
|
|
@ -445,7 +445,10 @@ let PacketBuffer = class {
|
||||||
*/
|
*/
|
||||||
handleDone() {
|
handleDone() {
|
||||||
this.done = true;
|
this.done = true;
|
||||||
|
if (this.journalctl !== null) {
|
||||||
this.journalctl.stop();
|
this.journalctl.stop();
|
||||||
|
this.journalctl = null;
|
||||||
|
}
|
||||||
/* Continue with the "following" run */
|
/* Continue with the "following" run */
|
||||||
this.journalctl = Journal.journalctl(
|
this.journalctl = Journal.journalctl(
|
||||||
this.matchList,
|
this.matchList,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue