Skip to content

Commit

Permalink
Fix that some cores are not support to disable AsyncCatcher,
Browse files Browse the repository at this point in the history
  • Loading branch information
Glomzzz committed May 4, 2024
1 parent c4b5ccc commit 6818b4e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ object PouConfig : ConfigManager(Pouvoir) {


override fun onLoad() {
AsyncCatcher.enabled = false
runCatching {
AsyncCatcher.enabled = false
}
createIfNotExists(
"dispatchers", "custom-trigger.yml"
)
Expand Down

0 comments on commit 6818b4e

Please sign in to comment.