Skip to content

Commit 7dbc1df

Browse files
macrokingcnishina
authored andcommitted
fix(clean): remove existing chrome meta files from update on clean command (#279)
- change file name from chromedriver-response.xml to chrome-response.xml
1 parent 0a4c065 commit 7dbc1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/files/file_manager.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export class FileManager {
241241
});
242242

243243
let metaFiles = [
244-
'chromedriver-response.xml', 'gecko-response.json', 'iedriver-response.xml',
244+
'chrome-response.xml', 'gecko-response.json', 'iedriver-response.xml',
245245
'standalone-response.xml', 'update-config.json'
246246
];
247247
for (let metaFile of metaFiles) {

0 commit comments

Comments
 (0)