Skip to content

Commit 87e5397

Browse files
authored
Ignore webdriver error
1 parent 213ebb3 commit 87e5397

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generators/client/patcher/package_json_chromedriver_latest/package.json.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ const tmpls = [
55
condition: context => context.protractorTests,
66
type: 'replaceContent',
77
target: /("webdriver-manager": )"[\w.]*"/,
8-
tmpl: '$1"latest"'
8+
tmpl: '$1"latest"',
9+
ignorePatchErrors: true
910
}
1011
];
1112

0 commit comments

Comments
 (0)