Closed mikkoh closed 8 years ago
Hello good sirs. I am a humble contributor from Canada. I've noticed a slight issue I'd like to rectify.
Currently chdir has no effect since in run:
chdir
this.cwd = process.cwd();
is done when run is called.
Thanks @mikkoh
Hello good sirs. I am a humble contributor from Canada. I've noticed a slight issue I'd like to rectify.
Currently
chdir
has no effect since in run:is done when run is called.