Run add_omni_files for changes to symlinked files (#2638)
This commit is contained in:
parent
5ac4bc6d8b
commit
89dd6faa2b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ async function getSymlinks(source, options, signatures) {
|
||||||
return {
|
return {
|
||||||
action: 'symlink',
|
action: 'symlink',
|
||||||
count: filesProcessedCount,
|
count: filesProcessedCount,
|
||||||
outFiles: filesToProcess,
|
outFiles: files, // also includes files that has already been symlinked
|
||||||
totalCount: files.length,
|
totalCount: files.length,
|
||||||
processingTime: t2 - t1
|
processingTime: t2 - t1
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue