Skip to content

Commit 07e569b

Browse files
committed
fix process error handling for reindex
1 parent 1bf6dd6 commit 07e569b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reindex.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ try {
2222
}
2323
} catch (e) {
2424
console.error(e);
25+
process.exit(1)
2526
}

0 commit comments

Comments
 (0)