Skip to content

Commit 38cc2b3

Browse files
committed
.
1 parent c2d4554 commit 38cc2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/repl/ReplDriver.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ class ReplDriver(settings: Array[String],
235235
if (!firstCtrlCEntered) {
236236
firstCtrlCEntered = true
237237
thread.interrupt()
238-
out.println("\nInterrupting running thread, Ctrl-C again to terminate the process")
238+
out.println("\nInterrupting running thread, Ctrl-C again to terminate the REPL Process")
239239
}else {
240240
out.println("\nTerminating REPL Process...")
241241
System.exit(130) // Standard exit code for SIGINT

0 commit comments

Comments
 (0)