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

Keep running charites build --watch ... command if invalid syntax error #150

Closed
yuiseki opened this issue Jan 2, 2023 · 0 comments · Fixed by #151
Closed

Keep running charites build --watch ... command if invalid syntax error #150

yuiseki opened this issue Jan 2, 2023 · 0 comments · Fixed by #151

Comments

@yuiseki
Copy link
Member

yuiseki commented Jan 2, 2023

Describe the bug
charites build --watch ... command stop running when mistakenly saved target yaml files contain invalid syntax.

To Reproduce

  • Run charites build --watch style.yml style.json
  • Open style.yml and start editing it
  • Save style.yml with invalid syntax
  • charites build --watch ... command will shut down

Expected behavior

  • When charites build --watch ... command has stopped, I need to restart it myself. It's a hassle
  • I want to continuously running charites build --watch ... command even if target yaml files contain invalid syntax

Screenshots
Nothing

Charites Version:

  • Charites version: 0.3.0

Desktop (please complete the following information):

  • OS: Ubuntu 20.04 on WSL2
  • Browser: Google Chrome
  • Version: Windows 11

Additional context
Nothing

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

Successfully merging a pull request may close this issue.

1 participant