Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: protect ProcessPromise from inappropriate instantiation effects #1097

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

antongolub
Copy link
Collaborator

  • Tests pass
  • Appropriate changes to README are included in PR

src/core.ts Outdated
@@ -145,6 +145,7 @@ export interface Shell<
(opts: Partial<Omit<Options, 'sync'>>): Shell<true>
}
}
const bound: [boolean, string, string, Options][] = []
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe object is better?

@antongolub antongolub merged commit 1cc5981 into google:main Feb 10, 2025
24 checks passed
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.

2 participants