Skip to content

Commit 8226333

Browse files
committed
Return with exitCode 0
1 parent d509069 commit 8226333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pacmc-cli/src/jvmMain/kotlin/net/axay/pacmc/cli/ApplicationJvm.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ actual suspend fun main(args: Array<String>) {
88
} catch (exc: Exception) {
99
exc.printStackTrace()
1010
} finally {
11-
exitProcess(1) // TODO this shouldn't be necessary but realm currently does not close correctly
11+
exitProcess(0) // TODO this shouldn't be necessary but realm currently does not close correctly
1212
}
1313
}

0 commit comments

Comments
 (0)