nav tabs on admin dashboard
This commit is contained in:
9
node_modules/fs-extra/lib/util/utimes.js
generated
vendored
9
node_modules/fs-extra/lib/util/utimes.js
generated
vendored
@@ -64,9 +64,16 @@ function utimesMillis (path, atime, mtime, callback) {
|
||||
})
|
||||
}
|
||||
|
||||
function utimesMillisSync (path, atime, mtime) {
|
||||
const fd = fs.openSync(path, 'r+')
|
||||
fs.futimesSync(fd, atime, mtime)
|
||||
return fs.closeSync(fd)
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
hasMillisRes,
|
||||
hasMillisResSync,
|
||||
timeRemoveMillis,
|
||||
utimesMillis
|
||||
utimesMillis,
|
||||
utimesMillisSync
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user