Skip to content

Commit

Permalink
Merge pull request #18643 from unoplatform/dev/jela/idbfs-msg
Browse files Browse the repository at this point in the history
fix: Adjust IDBFS error message
  • Loading branch information
jeromelaban authored Nov 1, 2024
2 parents 918091c + 07053e1 commit 9923d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI/ts/Windows/Storage/StorageFolder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace Windows.Storage {
}

if (typeof IDBFS === 'undefined') {
console.warn(`IDBFS is not enabled in mono's configuration, persistence is disabled`);
console.warn(`IDBFS is not enabled in the project configuration, persistence is disabled. See https://aka.platform.uno/wasm-idbfs for more details`);

StorageFolder.onStorageInitialized();
return;
Expand Down

0 comments on commit 9923d6d

Please sign in to comment.