mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-18 15:18:00 -05:00
feat: unset resolveSymlinks
This commit is contained in:
@@ -189,9 +189,7 @@ export class DirPatcher {
|
||||
}
|
||||
|
||||
static async fromMultipleTargets (sourceDir: string, targetDirs: string[]): Promise<DirPatcher[]> {
|
||||
const fetchOpts: FetchFromDirOptions = {
|
||||
resolveSymlinks: false, // extendFilesMap requires lstat
|
||||
}
|
||||
const fetchOpts: FetchFromDirOptions = {}
|
||||
|
||||
async function loadMap (dir: string): Promise<[InodeMap, string]> {
|
||||
const fetchResult = await fetchFromDir(dir, fetchOpts)
|
||||
|
||||
Reference in New Issue
Block a user