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

Rename internal variables #71

Merged
merged 2 commits into from
Sep 6, 2024
Merged

Rename internal variables #71

merged 2 commits into from
Sep 6, 2024

Conversation

ehmicky
Copy link
Collaborator

@ehmicky ehmicky commented Sep 5, 2024

This renames some variables (used only internally) to match how we intend to document the return value of nano-spawn:

const subprocess = nanoSpawn(...);
const nodeChildProcess = await subprocess.nodeChildProcess;
const result = await subprocess;

@sindresorhus sindresorhus merged commit d96357b into main Sep 6, 2024
12 checks passed
@sindresorhus sindresorhus deleted the rename-variables branch September 6, 2024 03:02
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