Skip to content

Commit

Permalink
Output Scala version in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Mar 6, 2023
1 parent 7520504 commit b9e28d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrath
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ checkCompiler() {
mkdir -p .wrath/log
scala/bin/scalac -version > .wrath/log/scala.log 2>&1
gmessage "Finished building Scala compiler"
gmessage "$(scala/bin/scala -version)"
gmessage "$(scala/bin/scala -version 2>&1)"
else
gmessage "Scala compiler not found."
gmessage "Try again with -F or create a symlink to a clone of the lampepfl/dotty repository."
Expand Down

0 comments on commit b9e28d0

Please sign in to comment.