Skip to content

Commit

Permalink
Merge 49c7e69 into 7280234
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Jul 7, 2023
2 parents 7280234 + 49c7e69 commit f17951e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/cli/src/cmds/beacon/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ export async function beaconHandler(args: BeaconArgs & GlobalArgs): Promise<void
try {
await node.close();
logger.debug("Beacon node closed");
// Explicitly exit until active handles issue is resolved
// See https://github.com/ChainSafe/lodestar/issues/5642
process.exit(0);
} catch (e) {
logger.error("Error closing beacon node", {}, e as Error);
// Make sure db is always closed gracefully
Expand Down

0 comments on commit f17951e

Please sign in to comment.