Skip to content

Commit f6654b7

Browse files
lihaoyibracevac
andauthored
Update compiler/src/dotty/tools/repl/ReplDriver.scala
Co-authored-by: Oliver Bračevac <[email protected]>
1 parent 9381fe1 commit f6654b7

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
firstCtrlCEntered = true
236236
thread.interrupt()
237237
out.println("\nInterrupting running thread, Ctrl-C again to terminate the REPL Process")
238-
}else {
238+
} else {
239239
out.println("\nTerminating REPL Process...")
240240
System.exit(130) // Standard exit code for SIGINT
241241
}

0 commit comments

Comments
 (0)