Skip to content

Commit 29dc57a

Browse files
chore: update dig-sdk
1 parent a86c7af commit 29dc57a

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

package-lock.json

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"LICENSE"
2525
],
2626
"dependencies": {
27+
"@dignetwork/dig-chia-cli": "^0.0.1-alpha.28",
2728
"@dignetwork/dig-sdk": "^0.0.1-alpha.58",
2829
"bip39": "^3.1.0",
2930
"datalayer-driver": "^0.1.21",

src/actions/push.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,7 @@ export const push = async (): Promise<void> => {
5353

5454
} catch (error: any) {
5555
console.error(`Push failed: ${error.message}`);
56+
} finally {
57+
process.exit();
5658
}
5759
};

0 commit comments

Comments
 (0)