-space
This commit is contained in:
parent
3222617b81
commit
0029013f8d
@ -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}`,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user