forked from nodejs/changelog-maker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(refactor): split out a gexec func to DRY up a bit
- the gitexec.exec function is always called on process.cwd() and always uses split2() as its first pipe - and it should be used as such too - and all the piping can get a bit confusing / tunnel-visiony - so handle those two automatically in a separate func
- Loading branch information
Showing
1 changed file
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters