Skip to content

Commit afd2f14

Browse files
committed
chore: Squash with Cascading error.
1 parent e4a9bdc commit afd2f14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/@css-blocks/core/src/errors.ts

+1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ export class MultipleCssBlockErrors extends CssBlockError {
171171
}
172172

173173
export class CascadingError extends CssBlockError {
174+
static prefix = "CascadingError";
174175
cause: CssBlockError;
175176
constructor(message: string, rootCause: CssBlockError, location?: ErrorLocation) {
176177
super(message, location);

0 commit comments

Comments
 (0)