We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0daf3 commit 4704027Copy full SHA for 4704027
packages/storage/src/index.ts
@@ -379,6 +379,9 @@ function createStorage(): WxtStorage {
379
`Version downgrade detected (v${currentVersion} -> v${targetVersion}) for "${key}"`,
380
);
381
}
382
+ if (currentVersion === targetVersion) {
383
+ return;
384
+ }
385
386
console.debug(
387
`[@wxt-dev/storage] Running storage migration for ${key}: v${currentVersion} -> v${targetVersion}`,
0 commit comments