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 82505e0 commit 4425277Copy full SHA for 4425277
configs/webpack-config-compass/src/webpack-plugin-multicompiler-progress.ts
@@ -43,7 +43,7 @@ function progressHandler(
43
const padStartMsg = Math.max(
44
...(Array.from(bars.values()).map((bar) =>
45
// eslint-disable-next-line @typescript-eslint/no-explicit-any
46
- bar ? (bar as any).payload.msg.trim().length : 0
+ bar ? ((bar as any).payload.msg || '').trim().length : 0
47
) as number[])
48
);
49
0 commit comments