Skip to content

Commit 177a2d8

Browse files
committed
cleanup
1 parent ceb270b commit 177a2d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ angular*/app/app.js.map
4242
angular*/src/app.ngsummary.json
4343
tests/results/completed/
4444
target/
45+
webdriver-ts/chrome_profile
4546
webdriver-ts/results/
4647
webdriver-ts/traces/
4748
webdriver-ts/results*/

webdriver-ts/src/puppeteerAccess.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export async function startBrowser(benchmarkOptions: BenchmarkOptions): Promise<
111111
const window_width = width,
112112
window_height = height;
113113

114-
// delete the folder './chrome_profile' if it exists
114+
// delete the folder './chrome_profile' if it exists see https://github.com/krausest/js-framework-benchmark/issues/1688
115115
const dir = "chrome_profile";
116116
if (fs.existsSync(dir)) {
117117
fs.rmSync(dir, { recursive: true });

0 commit comments

Comments
 (0)