Skip to content

Commit c2d4554

Browse files
committed
.
1 parent 452fc5f commit c2d4554

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
@@ -237,7 +237,7 @@ class ReplDriver(settings: Array[String],
237237
thread.interrupt()
238238
out.println("\nInterrupting running thread, Ctrl-C again to terminate the process")
239239
}else {
240-
out.println("\nTerminating REPL...")
240+
out.println("\nTerminating REPL Process...")
241241
System.exit(130) // Standard exit code for SIGINT
242242
}
243243
}

0 commit comments

Comments
 (0)