Skip to content

Commit 4cdc928

Browse files
committed
One more revert
1 parent 089cb9f commit 4cdc928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/WasmAppBuilder/EmccCompile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private bool ExecuteActual()
7575

7676
if (!Enum.TryParse(OutputMessageImportance, ignoreCase: true, out MessageImportance messageImportance))
7777
{
78-
Log.LogError($"Invalid value for OutputMessageImportance={OutputMessageImportance}. Valid values: {string.Join(", ", Enum.GetNames<MessageImportance>())}");
78+
Log.LogError($"Invalid value for OutputMessageImportance={OutputMessageImportance}. Valid values: {string.Join(", ", Enum.GetNames(typeof(MessageImportance)))}");
7979
return false;
8080
}
8181

0 commit comments

Comments
 (0)