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

Handle errors from debug routes command gracefully #31

Closed
aszenz opened this issue Aug 21, 2023 · 1 comment
Closed

Handle errors from debug routes command gracefully #31

aszenz opened this issue Aug 21, 2023 · 1 comment

Comments

@aszenz
Copy link

aszenz commented Aug 21, 2023

Error: Command failed: /home/asrar/Desktop/qbil-trade/bin/console debug:router --format=json --env=dev

I keep webpack dev server running while developing, sometimes the file is saved with syntax errors, and then the dev server gets stuck because of the exception from the debug routes command.

I have to restart the dev-server for it to continue working again, even though the syntax error is no longer present.

Is their a way for the dev server to continue running in this case

@mdevlamynck
Copy link
Owner

Fixed in version v1.3.1 :)

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

No branches or pull requests

2 participants