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 84bcf30 commit ba35730Copy full SHA for ba35730
src/library_nodefs.js
@@ -171,7 +171,7 @@ addToLibrary({
171
if (attr.atime || attr.mtime) {
172
var atime = attr.atime && new Date(attr.atime);
173
var mtime = attr.mtime && new Date(attr.mtime);
174
- fs.utimesSync(path, atime, mtime);
+ fs.utimesSync(arg, atime, mtime);
175
}
176
if (attr.size !== undefined) {
177
truncate(arg, attr.size);
0 commit comments