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