Skip to content

Commit 85b3f68

Browse files
committed
Update consolidate.ts
1 parent efa8d9e commit 85b3f68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/consolidate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const consolidate = async () => {
4545
`consolidated-from-${file}`,
4646
JSON.stringify({ ...ret, lastBlock: ja.getLastBlock() })
4747
);
48+
process.exit(0);
4849
};
4950

5051
consolidate();

0 commit comments

Comments
 (0)