Skip to content

Commit

Permalink
- Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix committed Feb 9, 2025
1 parent 3354455 commit 0437094
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ const component_test: Record<string, ComponentCheck<Internal.BehaviorPack.Item>>
`To use custom components, a minimum format version of 1.21.10 is required`,
DiagnosticSeverity.error,
'behaviorpack.item.components.custom_components_min_version')
// eslint-disable-next-line @typescript-eslint/no-unused-vars
} catch (err) {
// Leaving this empty as the base diagnoser should already flag an invalid format version
}
Expand Down

0 comments on commit 0437094

Please sign in to comment.