pluralgarths
Results
1
comments of
pluralgarths
update Execa version to 5.1.1. Change: ` return Promise.try(() => execa.shell(gitCommand, { cwd: pathToRepo })) ` To: ` return Promise.try(() => execa.command(gitCommand, { cwd: pathToRepo })) ` Updated and corrected...