Skip to content

Commit c2aba59

Browse files
committed
Feedback
1 parent bcd1e91 commit c2aba59

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Components/test/testassets/BasicTestApp/InteropComponent.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@
163163
var circularStructure = await JSRuntime.InvokeAsync<object>("eval", "window");
164164
ReturnValues["invokeAsyncThrowsSerializingCircularStructure"] = circularStructure is null ? "Failure: null" : "Failure: not null";
165165
}
166-
catch (JSException)
167-
{
168-
ReturnValues["invokeAsyncThrowsSerializingCircularStructure"] = "Success";
169-
}
170166
catch (Exception ex)
171167
{
172168
ReturnValues["invokeAsyncThrowsSerializingCircularStructure"] = $"Failure: {ex.Message}";

0 commit comments

Comments
 (0)