Run add_omni_file script when file change detected

This commit is contained in:
Tom Najdek 2022-05-25 19:56:23 +02:00
parent 7aa3bde170
commit 8b76bf6e65
No known key found for this signature in database
GPG key ID: EEC61A7B4C667D77
7 changed files with 86 additions and 34 deletions

View file

@ -56,6 +56,7 @@ async function getSymlinks(source, options, signatures) {
return {
action: 'symlink',
count: filesProcessedCount,
outFiles: filesToProcess,
totalCount: files.length,
processingTime: t2 - t1
};