Skip to content

Commit d913d90

Browse files
committed
It's true by default
1 parent 4f292dd commit d913d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/src/org/openqa/selenium/remote/ProtocolHandshake.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ private Optional<Result> createSession(HttpClient client, StringBuilder params)
158158
}
159159

160160
if (tempResponse != null) {
161-
new ErrorHandler(true).throwIfResponseFailed(tempResponse, 0);
161+
new ErrorHandler().throwIfResponseFailed(tempResponse, 0);
162162
}
163163

164164
// Otherwise, just return empty.

0 commit comments

Comments
 (0)