We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa8d9e commit 85b3f68Copy full SHA for 85b3f68
cli/consolidate.ts
@@ -45,6 +45,7 @@ const consolidate = async () => {
45
`consolidated-from-${file}`,
46
JSON.stringify({ ...ret, lastBlock: ja.getLastBlock() })
47
);
48
+ process.exit(0);
49
};
50
51
consolidate();
0 commit comments