Skip to content

Commit

Permalink
Fix elm-watch never exiting on error while installing packages (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell authored Apr 12, 2024
1 parent b0e7a0a commit 93198b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Make.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export async function run(
switch (installResult.tag) {
case "Error":
case "Killed":
await postprocessWorkerPool.terminate();
return { tag: "Error" };

case "Success":
Expand Down

0 comments on commit 93198b1

Please sign in to comment.