Skip to content

Commit

Permalink
🍍 Fix group data and create the DataGenerator.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarokIce committed Nov 29, 2022
1 parent 6285c76 commit b2a9405
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/kotlin/club/someoneice/ovo/core/CoreRunner.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@ class CoreRunner {
Sandman.nullSandman()
} else {
readerPackage()
init()
}
} catch (_: FileNotFoundException) {
throw FileNotFoundException("package.json is not find!")
Sandman.nullSandman()
} finally {
init()
}
}

Expand Down

0 comments on commit b2a9405

Please sign in to comment.