Skip to content

Commit fc299fd

Browse files
lihaoyitgodzik
authored andcommitted
.
[Cherry-picked c2d4554]
1 parent dc39fd9 commit fc299fd

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
@@ -221,7 +221,7 @@ class ReplDriver(settings: Array[String],
221221
thread.interrupt()
222222
out.println("\nInterrupting running thread, Ctrl-C again to terminate the process")
223223
}else {
224-
out.println("\nTerminating REPL...")
224+
out.println("\nTerminating REPL Process...")
225225
System.exit(130) // Standard exit code for SIGINT
226226
}
227227
}

0 commit comments

Comments
 (0)