Cordformation in Kotlin (#1873)

Cordformation rewritten in kotlin.
This commit is contained in:
Clinton
2017-10-19 15:41:25 +01:00
committed by GitHub
parent 12fa945077
commit 3dd09fd69b
17 changed files with 539 additions and 465 deletions

View File

@ -80,6 +80,7 @@ open class NodeStartup(val args: Array<String>) {
exitProcess(1)
}
logger.info("Node exiting successfully")
exitProcess(0)
}