Skip to content

Conversation

@Jarred-Sumner
Copy link
Contributor

Using abort to match what is done elsewhere

This reduces the number of symbols imported which can slightly improve startup time

Before:

❯ nm -g (which bun) | wc -c
19707

After:

❯ nm -g (which bun) | wc -c
19430

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants