File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ angular*/app/app.js.map
42
42
angular * /src /app.ngsummary.json
43
43
tests /results /completed /
44
44
target /
45
+ webdriver-ts /chrome_profile
45
46
webdriver-ts /results /
46
47
webdriver-ts /traces /
47
48
webdriver-ts /results * /
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export async function startBrowser(benchmarkOptions: BenchmarkOptions): Promise<
111
111
const window_width = width ,
112
112
window_height = height ;
113
113
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
115
115
const dir = "chrome_profile" ;
116
116
if ( fs . existsSync ( dir ) ) {
117
117
fs . rmSync ( dir , { recursive : true } ) ;
You can’t perform that action at this time.
0 commit comments