Skip to content

Commit

Permalink
RELEASE v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray-Eldath committed Nov 17, 2017
1 parent ec8aca4 commit 2fc2a12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/ray/eldath/ixp/main/MainClass.kt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ fun main(args: Array<String>) {
println("\t\tFinish copied items in `$name`.")
}
println("Finished all copying task, ${if (errors == 0) "no" else errors.toString()} error(s) occurred.")
println("Type ANYTHING and type ENTER to exit...")
scanner.next()
}

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

0 comments on commit 2fc2a12

Please sign in to comment.