Skip to content

Commit

Permalink
maker-appimage: Fix a bug in code.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacingBat3 committed Jan 25, 2024
1 parent d5c4852 commit f829e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makers/appimage/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export function mkSquashFs(...squashfsOptions:string[]) {
lastProgress = progInt;
}
});
mkSquashFS.on("close", (...args) => mkSquashFS.emit(
mkSquashFS.once("close", (...args) => event.emit(
"close",
...args,
stderrCollector === "" ? undefined : stderrCollector
Expand Down

0 comments on commit f829e7a

Please sign in to comment.