Skip to content

Commit 282267c

Browse files
lihaoyitgodzik
authored andcommitted
.
[Cherry-picked 38cc2b3]
1 parent fc299fd commit 282267c

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
@@ -219,7 +219,7 @@ class ReplDriver(settings: Array[String],
219219
if (!firstCtrlCEntered) {
220220
firstCtrlCEntered = true
221221
thread.interrupt()
222-
out.println("\nInterrupting running thread, Ctrl-C again to terminate the process")
222+
out.println("\nInterrupting running thread, Ctrl-C again to terminate the REPL Process")
223223
}else {
224224
out.println("\nTerminating REPL Process...")
225225
System.exit(130) // Standard exit code for SIGINT

0 commit comments

Comments
 (0)