Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Nov 2, 2021
1 parent 3e65a66 commit d6faa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrome-launcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ class Launcher {
this.fs.closeSync(this.errFile);
delete this.errFile;
}

// backwards support for node v12 + v14.14+
// https://nodejs.org/api/deprecations.html#DEP0147
const rm = this.fs.rm || this.fs.rmdir;
Expand Down

0 comments on commit d6faa26

Please sign in to comment.