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 ba142db commit 39d6d46Copy full SHA for 39d6d46
src/windows8/FileProxy.js
@@ -354,7 +354,7 @@ module.exports = {
354
return;
355
356
357
- var storageFolderPer = Windows.Storage.ApplicationData.current.localFoldser;
+ var storageFolderPer = Windows.Storage.ApplicationData.current.localFolder;
358
var storageFolderTem = Windows.Storage.ApplicationData.current.temporaryFolder;
359
360
if (storageFolder.path == storageFolderPer.path || storageFolder.path == storageFolderTem.path) {
0 commit comments