nodejitsu / nexpect

spawn and control child processes in node.js with ease
http://github.com/nodejitsu/nexpect
Other
290 stars 37 forks source link

fix: update pathname parsing (#38) #39

Open gitaalekhyapaul opened 3 years ago

gitaalekhyapaul commented 3 years ago

Description:

The pull request fixes a parsing issue in nspawn function, where the pathname containing spaces in them.

Fixes #38