Problem
No explicit error message when type declarations fail to be generated due to a meta file extension failure.
Existing message
[app-config][WARN] No files generated - did you add the correct meta properties?
Expected Behaviour
When type generations fail due to a failed file extension, write an error message indicating this to STDOUT.
Steps to Reproduce
Extend an app-config meta file within a new meta file and add a typo in the targeted file extension.
Run the generate command and notice the error message and that the type declarations haven't been generated.
Problem
No explicit error message when type declarations fail to be generated due to a meta file extension failure.
Existing message
[app-config][WARN] No files generated - did you add the correct meta properties?Expected Behaviour
When type generations fail due to a failed file extension, write an error message indicating this to STDOUT.
Steps to Reproduce
Extend an app-config meta file within a new meta file and add a typo in the targeted file extension.
Run the generate command and notice the error message and that the type declarations haven't been generated.