Skip to content

Commit 39d6d46

Browse files
committed
fix typo
1 parent ba142db commit 39d6d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windows8/FileProxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ module.exports = {
354354
return;
355355

356356

357-
var storageFolderPer = Windows.Storage.ApplicationData.current.localFoldser;
357+
var storageFolderPer = Windows.Storage.ApplicationData.current.localFolder;
358358
var storageFolderTem = Windows.Storage.ApplicationData.current.temporaryFolder;
359359

360360
if (storageFolder.path == storageFolderPer.path || storageFolder.path == storageFolderTem.path) {

0 commit comments

Comments
 (0)