Skip to content

Commit e295ada

Browse files
committed
fix: CLI process hangs after command completion
1 parent 462e7ce commit e295ada

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/sdk/bin/coinpay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1547,4 +1547,4 @@ async function main() {
15471547
}
15481548
}
15491549

1550-
main();
1550+
main().then(() => process.exit(0));

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@profullstack/coinpay",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "CoinPay SDK & CLI — Accept cryptocurrency payments (BTC, ETH, SOL, POL, BCH, USDC) with wallet and swap support",
55
"type": "module",
66
"main": "./src/index.js",

0 commit comments

Comments
 (0)