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 d509069 commit 8226333Copy full SHA for 8226333
pacmc-cli/src/jvmMain/kotlin/net/axay/pacmc/cli/ApplicationJvm.kt
@@ -8,6 +8,6 @@ actual suspend fun main(args: Array<String>) {
8
} catch (exc: Exception) {
9
exc.printStackTrace()
10
} finally {
11
- exitProcess(1) // TODO this shouldn't be necessary but realm currently does not close correctly
+ exitProcess(0) // TODO this shouldn't be necessary but realm currently does not close correctly
12
}
13
0 commit comments