-
Notifications
You must be signed in to change notification settings - Fork 470
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
codegen generate --watch breaks when used with concurrency #541
Comments
I already created a PR which fixes that problem: apollographql/rover#534 |
@trojanowski if your changes is published in
|
Logs are exactly as I posted in the original post. |
#534 wasn't included in v1.7.0. The transpiled code doesn't have the |
@shadaj can you take a look? |
v1.7.1 has been published with the latest fixes included! Apologies for the late release, I just started college this week so my schedule's been packed with orientation activities. |
Nice, however it now looks like --watch is not working at all when the queries are defined in package.json instead of as a command line parameter. |
When I use
codegen generate --watch
in a concurrency sequence I get this error:I think the watch mode should not exit on keypress and instead it should exit on common interrupts like
^C
Bug Repository
https://github.com/mohsen1/apollo-codegen-generate-watch-bug
CLI Output
The text was updated successfully, but these errors were encountered: