Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Dec 6, 2024
1 parent b036953 commit 902e988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-builder-lib/src/asar/asarUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export class AsarPackager {
links.push({ file: destination, link })
}

for await (const fileSet of fileSets) {
for (const fileSet of fileSets) {
if (this.config.options.smartUnpack !== false) {
detectUnpackedDirs(fileSet, unpackedPaths)
}
Expand Down

0 comments on commit 902e988

Please sign in to comment.