From 67e5d68b9309c6d35a92bb052879c41854b2ea73 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 10 Jun 2021 10:00:36 +0200 Subject: fix merchant instance creation in some tests --- packages/taler-wallet-cli/src/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/taler-wallet-cli/src/index.ts') 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( } process.exit(1); } finally { + logger.info("operation with wallet finished, stopping"); wallet.stop(); } } -- cgit v1.2.3