aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/index.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-06-10 10:00:36 +0200
committerFlorian Dold <florian@dold.me>2021-06-10 10:00:36 +0200
commit67e5d68b9309c6d35a92bb052879c41854b2ea73 (patch)
treeb48dfc875e4bb1a03acda187b643a64e185f18b9 /packages/taler-wallet-cli/src/index.ts
parent0ee44c3a5872d00cc1e8295f5b8e54b72d4bbebb (diff)
downloadwallet-core-67e5d68b9309c6d35a92bb052879c41854b2ea73.tar.xz
fix merchant instance creation in some tests
Diffstat (limited to 'packages/taler-wallet-cli/src/index.ts')
-rw-r--r--packages/taler-wallet-cli/src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-cli/src/index.ts b/packages/taler-wallet-cli/src/index.ts
index 1e22b4caa..0f4199d57 100644
--- a/packages/taler-wallet-cli/src/index.ts
+++ b/packages/taler-wallet-cli/src/index.ts
@@ -192,6 +192,7 @@ async function withWallet<T>(
}
process.exit(1);
} finally {
+ logger.info("operation with wallet finished, stopping");
wallet.stop();
}
}