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
[ ] Yes (Assistance is provided if you need help submitting a pull request) [ ] No
If you provide an invalid path to a module or your reducers, the error doesn't provide any useful information about what path was constructed
The text was updated successfully, but these errors were encountered:
Could I create a pull request for this feature? I suppose points to update are below.
schematics-core/utility/find-module.ts
- throw new Error('Specified module does not exist'); + throw new Error(`Specified module path ${modulePath} does not exist`);
schematics/src/effect/index.ts
schematics/src/store/index.ts
schematics-core/utility/ngrx-utils.ts
- throw new Error('Specified reducers path does not exist'); + throw new Error(`Specified reducers path ${reducersPath} does not exist`);
Thanks!
Sorry, something went wrong.
Absolutely
@brandonroberts I created a pull request for this issue. Please review it, thank you!
feat(schematics): display provided path when displaying an error (#1208)
91cc6ed
Closes #1200
No branches or pull requests
Describe any alternatives/workarounds you're currently using
Other information:
If accepted, I would be willing to submit a PR for this feature
[ ] Yes (Assistance is provided if you need help submitting a pull request)
[ ] No
If you provide an invalid path to a module or your reducers, the error doesn't provide any useful information about what path was constructed
The text was updated successfully, but these errors were encountered: