Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(shirelang): ensure null safety in ShireVcsSingleAction #78
Update the `ShireVcsSingleAction` to handle null cases properly. This prevents the action from crashing when no configurations are available. The changes include: - Using `firstOrNull` to safely retrieve the first configuration. - Adding a null check before accessing properties of `hobbitHole`. - Returning early if `firstOrNull` returns null in the `actionPerformed` method.
- Loading branch information