Browse Source

fix fixes fixing fixes' fixes.

master
Gisle Aune 4 years ago
parent
commit
998fc24919
  1. 1
      src/drivers/iconsole.js

1
src/drivers/iconsole.js

@ -47,6 +47,7 @@ class IConsoleDriver {
this.started = true;
} else {
await this.client.resume();
await this.client.setLevel(this.lastLevel);
}
this.state = "started";

Loading…
Cancel
Save