We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8aca4 commit 2fc2a12Copy full SHA for 2fc2a12
src/main/kotlin/ray/eldath/ixp/main/MainClass.kt
@@ -85,6 +85,8 @@ fun main(args: Array<String>) {
85
println("\t\tFinish copied items in `$name`.")
86
}
87
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()
90
91
92
private inline fun inputValidPath(scanner: Scanner, condition: (Path) -> Boolean): Path {
0 commit comments