Skip to content

Commit 2fc2a12

Browse files
author
Ray-Eldath
committed
RELEASE v1.0.2
1 parent ec8aca4 commit 2fc2a12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/kotlin/ray/eldath/ixp/main/MainClass.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ fun main(args: Array<String>) {
8585
println("\t\tFinish copied items in `$name`.")
8686
}
8787
println("Finished all copying task, ${if (errors == 0) "no" else errors.toString()} error(s) occurred.")
88+
println("Type ANYTHING and type ENTER to exit...")
89+
scanner.next()
8890
}
8991

9092
private inline fun inputValidPath(scanner: Scanner, condition: (Path) -> Boolean): Path {

0 commit comments

Comments
 (0)