Fix symlink detection
This commit is contained in:
parent
577fa7608b
commit
172c955823
@ -22,7 +22,7 @@ function stripNamePrefix(headers) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function ignoreSymlinks(file, headers) {
|
function ignoreSymlinks(file, headers) {
|
||||||
return headers.type === "link";
|
return headers.type === "symlink";
|
||||||
}
|
}
|
||||||
|
|
||||||
function extractResponse(response, outputDir) {
|
function extractResponse(response, outputDir) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user