We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861332d commit 6a5fea9Copy full SHA for 6a5fea9
build/build.fs
@@ -152,7 +152,9 @@ let checkFormatCode _ =
152
elif result.ExitCode = 99 then
153
failwith "Some files need formatting, check output for more info"
154
else
155
- Trace.logf "Errors while formatting: %A" result.Errors
+ let msg = sprintf "Errors while formatting: %A" result.Errors
156
+ Trace.log msg
157
+ failwith msg
158
159
160
let clean _ =
0 commit comments