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 cac8b19 commit cad0ddfCopy full SHA for cad0ddf
src/library_nodefs.js
@@ -117,8 +117,8 @@ addToLibrary({
117
return newFlags;
118
},
119
getattr(func) {
120
- var stat = NODEFS.tryFSOperation(func);
121
- if (NODEFS.isWindows) {
+ var stat = NODEFS.tryFSOperation(func);
+ if (NODEFS.isWindows) {
122
// node.js v0.10.20 doesn't report blksize and blocks on Windows. Fake
123
// them with default blksize of 4096.
124
// See http://support.microsoft.com/kb/140365
0 commit comments