Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Jan 17, 2025
1 parent 02083a8 commit 04c1873
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cli/shared/src/main/scala/chester/cli/CLI.scala
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ class CLI[F[_]](using
PrettierOptions.Default)
IO.println(text)
}
case _ => ???
case TyckResult.Failure(errors, _, _, _) =>
for{
_ <- IO.println(s"Failed to type check file: $fileOrDir, errors: $errors")
}yield ()
}
case Left(_) => ???
}
Expand Down

0 comments on commit 04c1873

Please sign in to comment.