Skip to content

Commit

Permalink
fix: workers and lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Sep 15, 2021
1 parent e9c1482 commit bae9932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class Spinner {
: tty.isInteractive(this.#stream);

if (opts.hideCursor) {
window.addEventListener("unload", () => {
addEventListener("unload", () => {
tty.showCursorSync(this.#stream);
});
}
Expand Down

0 comments on commit bae9932

Please sign in to comment.