Skip to content

Commit

Permalink
Build: Force exit generate-repros
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Aug 23, 2022
1 parent ffecbd1 commit e167813
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/next-repro-generators/generate-repros.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ const runGenerators = async (
controller.abort();
console.log(`✅ Stopped`);
}

// FIXME: Kill dangling processes. For some reason in CI,
// the abort signal gets executed but the child process kill
// does not succeed?!?
process.exit(0);
};

const generate = async ({
Expand Down

0 comments on commit e167813

Please sign in to comment.