Skip to content

Commit

Permalink
rm sys.exit
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed May 31, 2021
1 parent 3461040 commit b367b2d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -89,6 +89,6 @@ object BundleGUI extends WalletGUI with JFXApp {

override def stopApp(): Unit = {
super.stopApp()
sys.exit()
// sys.exit()
}
}

0 comments on commit b367b2d

Please sign in to comment.