Skip to content

Commit

Permalink
Return with exitCode 0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkmar committed May 13, 2022
1 parent d509069 commit 8226333
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ actual suspend fun main(args: Array<String>) {
} catch (exc: Exception) {
exc.printStackTrace()
} finally {
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
}
}

0 comments on commit 8226333

Please sign in to comment.