nav tabs on admin dashboard
This commit is contained in:
5
node_modules/fs-extra/lib/ensure/symlink.js
generated
vendored
5
node_modules/fs-extra/lib/ensure/symlink.js
generated
vendored
@@ -43,10 +43,7 @@ function createSymlink (srcpath, dstpath, type, callback) {
|
||||
})
|
||||
}
|
||||
|
||||
function createSymlinkSync (srcpath, dstpath, type, callback) {
|
||||
callback = (typeof type === 'function') ? type : callback
|
||||
type = (typeof type === 'function') ? false : type
|
||||
|
||||
function createSymlinkSync (srcpath, dstpath, type) {
|
||||
const destinationExists = fs.existsSync(dstpath)
|
||||
if (destinationExists) return undefined
|
||||
|
||||
|
||||
Reference in New Issue
Block a user