This commit is contained in:
Florian Dold 2023-01-23 13:56:50 +01:00
parent 3222617b81
commit 0029013f8d
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -2553,7 +2553,7 @@ function upgradeFromStoreMap(
} catch (e) { } catch (e) {
const moreInfo = e instanceof Error ? ` Reason: ${e.message}` : ""; const moreInfo = e instanceof Error ? ` Reason: ${e.message}` : "";
throw Error( throw Error(
`Migration failed. Could not create index ${indexDesc.name}/${indexDesc.keyPath}.${moreInfo}`, `Migration failed. Could not create index ${indexDesc.name}/${indexDesc.keyPath}. ${moreInfo}`,
); );
} }
} }