Skip to content

Commit

Permalink
Tell about pressing Enter in watch message (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Oct 19, 2022
1 parent 7f8cb1f commit 5069223
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object WatchUtil {
val shortCut = if (isDevMode) "Ctrl+D" else "Ctrl+C"
val gray = "\u001b[90m"
val reset = Console.RESET
s"$gray$message, press $shortCut to exit.$reset"
s"$gray$message, press $shortCut to exit, or press Enter to re-run.$reset"
}

def printWatchMessage(): Unit =
Expand Down

0 comments on commit 5069223

Please sign in to comment.