Skip to content

Commit 3e8cff7

Browse files
committed
fixup: add abort reason
1 parent 65b8b59 commit 3e8cff7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compass-schema/src/modules/schema-analysis.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export const analyzeSchema = async (
8585
ns,
8686
error: err.message,
8787
aborted: abortSignal.aborted,
88+
...(abortSignal.aborted ? { abortReason: abortSignal.reason } : {}),
8889
});
8990

9091
if (abortSignal.aborted) {

0 commit comments

Comments
 (0)