Skip to content

Commit 10764b8

Browse files
committed
make formatting error better
1 parent 702a513 commit 10764b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ let formatCode _ =
7979
|> dotnet.fantomas
8080

8181
if not result.OK then
82-
printfn "Errors while formatting all files: %A" result.Messages
82+
Trace.traceErrorfn "Errors while formatting all files: %A" result.Messages
8383

8484

8585
let checkFormatCode _ =

0 commit comments

Comments
 (0)