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 c2d4554 commit 38cc2b3Copy full SHA for 38cc2b3
compiler/src/dotty/tools/repl/ReplDriver.scala
@@ -235,7 +235,7 @@ class ReplDriver(settings: Array[String],
235
if (!firstCtrlCEntered) {
236
firstCtrlCEntered = true
237
thread.interrupt()
238
- 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")
239
}else {
240
out.println("\nTerminating REPL Process...")
241
System.exit(130) // Standard exit code for SIGINT
0 commit comments