Skip to content

Commit ded8e49

Browse files
committed
Disable WASM Exceptio Handling
1 parent 49920b1 commit ded8e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ProgrammerAl.Site/ProgrammerAl.Site/ProgrammerAl.Site.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<InvariantTimezone>true</InvariantTimezone>
5050
<BlazorEnableTimeZoneSupport>false</BlazorEnableTimeZoneSupport>
5151

52-
<!--Disable WASM Exception Handling--><!--
53-
<WasmEnableExceptionHandling>false</WasmEnableExceptionHandling>-->
52+
<!--Disable WASM Exception Handling-->
53+
<WasmEnableExceptionHandling>false</WasmEnableExceptionHandling>
5454
</PropertyGroup>
5555
</Project>

0 commit comments

Comments
 (0)