You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature(config): improved error message for invalid angular-cli.json (#2565)
Earlier invalid angular-cli.json yielded only "Error". Now it prints something like:
Parsing angular-cli.json failed. Please make sure your angular-cli.json is valid JSON. Error:
SyntaxError: Unexpected token s in JSON at position 2
Almost the same message is now also used for the other configuration files (schema and other).
0 commit comments