taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 0029013f8d9e4ca8b281fdaa38f5c8ae389f7def
parent 3222617b8177314cb417ca01049317c40870ac0a
Author: Florian Dold <florian@dold.me>
Date:   Mon, 23 Jan 2023 13:56:50 +0100

-space

Diffstat:
Mpackages/taler-wallet-core/src/db.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts @@ -2553,7 +2553,7 @@ function upgradeFromStoreMap( } catch (e) { const moreInfo = e instanceof Error ? ` Reason: ${e.message}` : ""; throw Error( - `Migration failed. Could not create index ${indexDesc.name}/${indexDesc.keyPath}.${moreInfo}`, + `Migration failed. Could not create index ${indexDesc.name}/${indexDesc.keyPath}. ${moreInfo}`, ); } }