Skip to content

Commit 4425277

Browse files
committed
tweak
1 parent 82505e0 commit 4425277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/webpack-config-compass/src/webpack-plugin-multicompiler-progress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function progressHandler(
4343
const padStartMsg = Math.max(
4444
...(Array.from(bars.values()).map((bar) =>
4545
// eslint-disable-next-line @typescript-eslint/no-explicit-any
46-
bar ? (bar as any).payload.msg.trim().length : 0
46+
bar ? ((bar as any).payload.msg || '').trim().length : 0
4747
) as number[])
4848
);
4949

0 commit comments

Comments
 (0)