Skip to content

Commit d381106

Browse files
lihaoyibracevac
authored andcommitted
Update compiler/src/dotty/tools/repl/ReplDriver.scala
Co-authored-by: Oliver Bračevac <bracevac@users.noreply.github.com> [Cherry-picked f6654b7]
1 parent 64e3735 commit d381106

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
firstCtrlCEntered = true
220220
thread.interrupt()
221221
out.println("\nInterrupting running thread, Ctrl-C again to terminate the REPL Process")
222-
}else {
222+
} else {
223223
out.println("\nTerminating REPL Process...")
224224
System.exit(130) // Standard exit code for SIGINT
225225
}

0 commit comments

Comments
 (0)