We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74258a commit d92b43dCopy full SHA for d92b43d
packages/angular/build/src/tools/esbuild/stylesheets/css-inline-fonts-plugin.ts
@@ -65,7 +65,7 @@ export function createCssInlineFontsPlugin({
65
errors: [
66
{
67
text: `Failed to inline external stylesheet '${args.path}'.`,
68
- detail: error,
+ notes: error instanceof Error ? [{ text: error.toString() }] : undefined,
69
},
70
],
71
};
0 commit comments