missing compile change

This commit is contained in:
Benjamin Pasero 2024-09-06 14:33:30 +02:00
parent c3d464a46a
commit da0319cd7d
No known key found for this signature in database
GPG Key ID: E6380CC4C8219E65

View File

@ -92,7 +92,6 @@ function createAsar(folderPath, unpackGlobs, skipGlobs, duplicateGlobs, destFile
return;
}
if (shouldDuplicateFile(file)) {
console.log(file.relative);
this.queue(new VinylFile({
base: '.',
path: file.path,