Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ export default class Archiver extends Transform {
var globOptions = {
stat: true,
dot: true,
follow: this.options.followSymLinks,
};
function onGlobEnd() {
this._pending--;
Expand Down Expand Up @@ -799,6 +800,7 @@ export default class Archiver extends Transform {
* @global
* @property {Number} [statConcurrency=4] Sets the number of workers used to
* process the internal fs stat queue.
* @property {Boolean} [followSymLinks=false] Sets whether to follow symlinks.
*/

/**
Expand Down