We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc299fd commit 282267cCopy full SHA for 282267c
compiler/src/dotty/tools/repl/ReplDriver.scala
@@ -219,7 +219,7 @@ class ReplDriver(settings: Array[String],
219
if (!firstCtrlCEntered) {
220
firstCtrlCEntered = true
221
thread.interrupt()
222
- out.println("\nInterrupting running thread, Ctrl-C again to terminate the process")
+ out.println("\nInterrupting running thread, Ctrl-C again to terminate the REPL Process")
223
}else {
224
out.println("\nTerminating REPL Process...")
225
System.exit(130) // Standard exit code for SIGINT
0 commit comments