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 box.json getting emptied on Ctrl-C #501

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rforced
Copy link

@rforced rforced commented Jul 19, 2024

If you cancel out of the build process, box.json gets wiped.

  • We can check if the new value for box.json is null, and if so, don't overwrite anything.
  • minor grammatical changes to comments

Fixes laravel-zero/laravel-zero#338

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

Successfully merging this pull request may close these issues.

Exiting the "app:build" command removes/clears the "box.json" file
1 participant