From da0319cd7de99eeccc48895b34f4a9ea61a30cfc Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Fri, 6 Sep 2024 14:33:30 +0200 Subject: [PATCH] missing compile change --- build/lib/asar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/build/lib/asar.js b/build/lib/asar.js index 0660fe9fa68..19285ef7100 100644 --- a/build/lib/asar.js +++ b/build/lib/asar.js @@ -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,