Skip to content

Commit

Permalink
more info
Browse files Browse the repository at this point in the history
  • Loading branch information
david-christiansen committed Mar 5, 2024
1 parent 0ddab02 commit 585bfad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/examples/SubVerso/Examples.lean
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,9 @@ partial def loadExamples (leanProject : FilePath) : IO (NameMap (NameMap Example
"Build process failed." ++
"\nCWD: " ++ projectDir.toString ++
"\nCommand: " ++ lake ++
decorateOut "stdout" res.stdout ++
decorateOut "stderr" res.stderr
"\nExit code: " ++ toString res.exitCode ++
"\nstdout: " ++ res.stdout ++
"\nstderr: " ++ res.stderr

throw <| .userError <|
"Build process failed." ++
Expand Down

0 comments on commit 585bfad

Please sign in to comment.