Skip to content

Commit 9709966

Browse files
sluongngbduffany
andauthored
Update app/invocation/invocation_error_card.tsx
Co-authored-by: Brandon Duffany <[email protected]>
1 parent f6e8e12 commit 9709966

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/invocation/invocation_error_card.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,9 @@ function getModel(props: Props): CardModel {
182182
// many "NO_BUILD" aborted events. We ignore those.
183183
props.model.invocation.command === "cquery" &&
184184
event.aborted.reason === build_event_stream.Aborted.AbortReason.NO_BUILD
185-
)
185+
) {
186186
continue;
187+
}
187188
model.errors.push({ aborted: event });
188189
}
189190
}

0 commit comments

Comments
 (0)