Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 847e739

Browse files
nebulou5juliemr
authored andcommitted
fix(webdriver-manager): unzipping ie driver should overwrite old version
1 parent e689613 commit 847e739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/webdriver-manager

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ switch (argv._[0]) {
302302
var zip = new AdmZip(filename);
303303
// Expected contents of the zip:
304304
// IEDriverServer.exe
305-
zip.extractAllTo(argv.out_dir);
305+
zip.extractAllTo(argv.out_dir, true);
306306
});
307307
}
308308
break;

0 commit comments

Comments
 (0)