Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 16, 2024
1 parent b04f94b commit 803c419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/eval/src/mill/eval/Terminal.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ object Terminal {
}
}

@deprecated("User Terminal#toString instead")
@deprecated("User Terminal#render instead")
def printTerm(term: Terminal): String = term.toString
}

0 comments on commit 803c419

Please sign in to comment.