Skip to content

Commit

Permalink
up (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
maidh91 authored Dec 19, 2024
1 parent 63731e1 commit 8d3d934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ class App {
return ctrl.unloader.then(closed, closed)
})]
for (const pipe of pipes) pipe.end()
const unloading = Promise.all(unloaders)
const unloading = Promise.allSettled(unloaders)
unloading.then(clear, clear)
const result = await Promise.race([timeout, unloading])
this.closed = true
Expand Down

0 comments on commit 8d3d934

Please sign in to comment.