Skip to content

Commit 9b21d8b

Browse files
authored
Update service.js
1 parent 8df6716 commit 9b21d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default class LambdaRestService {
9696

9797
let failures = this.failures;
9898

99-
if (global.browser.config.mochaOpts && global.browser.config.mochaOpts.bail && Boolean(result)) {
99+
if (global.browser.options.mochaOpts && global.browser.options.mochaOpts.bail && Boolean(result)) {
100100
failures = 1;
101101
}
102102

0 commit comments

Comments
 (0)