We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
moon bundle --target all
Operating System: macOs
moon 0.1.20241021 (9d3a2d5 2024-10-21) ~/.moon/bin/moon moonc v0.1.20241021+e6d54baa1 ~/.moon/bin/moonc moonrun 0.1.20241021 (9d3a2d5 2024-10-21) ~/.moon/bin/moonrun
run moon bundle --target all in core
target/pacakges.json should always be valid json
target/pacakges.json
sometimes, target/packages.json might be invalid due to concurrent writing.
target/packages.json
The text was updated successfully, but these errors were encountered:
closed by #412
Sorry, something went wrong.
No branches or pull requests
Bug Report
Environment
OS
Operating System: macOs
MoonBit CLI Tools Version
Steps to Reproduce
run
moon bundle --target all
in coreExpected Behavior
target/pacakges.json
should always be valid jsonActual Behavior
sometimes,
target/packages.json
might be invalid due to concurrent writing.Checklist
The text was updated successfully, but these errors were encountered: