Skip to content

Commit

Permalink
Add baedeker workflow - in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
gztensor committed Jul 29, 2024
1 parent cc2ff9d commit 103a839
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .baedeker/util/runtimeUpgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ async function main() {
});

// Disconnect from the provider on error or completion
provider.disconnect();
// provider.disconnect();

// We miss disconnect/unref for some reason, so we need explicit successful exit here
process.exit(0);
}

main().catch(console.error);

0 comments on commit 103a839

Please sign in to comment.