missing compile change

This commit is contained in:
Benjamin Pasero
2024-09-06 14:33:30 +02:00
parent c3d464a46a
commit da0319cd7d

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,