Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix NPE running init when no appmap.yml found #281

Merged
merged 2 commits into from
Jul 3, 2024

Conversation

apotterri
Copy link
Contributor

If there is no appmap.yml anywhere in the current directory tree, the init subcommand will fail with a NullPointerException. These changes make sure that doesn't happen.

Fixes #280 .

apotterri added 2 commits July 3, 2024 11:19
If there is no `appmap.yml` anywhere in the current directory tree, the
`init` subcommand will fail with a NullPointerException. These changes
make sure that doesn't happen.
Per
actions/runner-images#9837 (comment),
GH runners no longer have sbt installed.
@apotterri apotterri force-pushed the init-empty_20240703 branch from a864b4e to 3eb8eef Compare July 3, 2024 15:19
@apotterri apotterri merged commit 4facba1 into master Jul 3, 2024
6 checks passed
@apotterri apotterri deleted the init-empty_20240703 branch July 3, 2024 17:37
@appland-release
Copy link

🎉 This issue has been resolved in version 1.26.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Initializing an empty project fails
3 participants