Skip to content

Commit 63c2478

Browse files
committed
one less diff
1 parent 8d53a1d commit 63c2478

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotnet/src/webdriver/Response.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ public static Response FromErrorJson(string value)
178178
throw new WebDriverException($"The 'value > error' property is not a string{Environment.NewLine}{value}");
179179
}
180180

181+
response.Value = deserializedResponse["value"];
182+
181183
response.Status = WebDriverError.ResultFromError(errorString);
182184

183185
return response;

0 commit comments

Comments
 (0)