Skip to content

Commit 09b3023

Browse files
committed
fix: missing message return
1 parent 91d2bed commit 09b3023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ShaderCompiler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,6 @@ private static CompilationMessage[] ParseMessages(string fullMessage)
321321
}
322322
}
323323

324-
return [];
324+
return [.. messages];
325325
}
326326
}

0 commit comments

Comments
 (0)