We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c7619 commit 4287d57Copy full SHA for 4287d57
packages/angular/cli/utilities/config.ts
@@ -85,7 +85,7 @@ export function getWorkspace(
85
86
if (error) {
87
throw new Error(
88
- `Workspace config file cannot le loaded: ${configPath}`
+ `Workspace config file cannot be loaded: ${configPath}`
89
+ `\n${error instanceof Error ? error.message : error}`,
90
);
91
}
0 commit comments