Run add_omni_files for changes to symlinked files (#2638)

This commit is contained in:
Tom Najdek 2022-05-26 11:14:16 +02:00 committed by GitHub
parent 5ac4bc6d8b
commit 89dd6faa2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}; };