mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Shut down actors.
This commit is contained in:
parent
234172a1a7
commit
4a43d17288
4 changed files with 28 additions and 1 deletions
|
@ -45,6 +45,7 @@ fun mainNoExit(argv: Array<String>): Int {
|
|||
Kobalt.INJECTOR = Guice.createInjector(MainModule(args, KobaltSettings.readSettingsXml()))
|
||||
val result = Kobalt.INJECTOR.getInstance(Main::class.java).run {
|
||||
val runResult = run(jc, args, argv)
|
||||
pluginInfo.shutdown()
|
||||
executors.shutdown()
|
||||
runResult
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue