Browse Source

fix fixes fixing fixes' fixes.

master
Gisle Aune 5 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; this.started = true;
} else { } else {
await this.client.resume(); await this.client.resume();
await this.client.setLevel(this.lastLevel);
} }
this.state = "started"; this.state = "started";

Loading…
Cancel
Save