Skip to content

Commit 0f86ebe

Browse files
avmorozasklar
andauthored
Update FS.common.js
Co-authored-by: Alexander Sklar <[email protected]>
1 parent 529a8ce commit 0f86ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FS.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ var RNFS = {
613613
if (isIOS || isWindows) { // Modified to accommodate Windows
614614
ctimeTime = ctime && ctime.getTime();
615615
}
616-
if(isWindows) {
616+
if (isWindows) {
617617
var modifyCreationTime = !ctime ? false: true;
618618
return RNFSManager.touch(
619619
normalizeFilePath(filepath),

0 commit comments

Comments
 (0)