sindresorhus / nano-spawn

Tiny process execution for humans — a better child_process
MIT License
195 stars 4 forks source link

Rename internal variable #78

Closed ehmicky closed 1 week ago

ehmicky commented 1 week ago

This renames the internal variable nanoSpawn() to spawn(), to be consistent with the readme. This does not change the logic, except for some error message.

After this PR, we're ready to release! :)