node-git-wrapper
node-git-wrapper copied to clipboard
options should default to an object not array
Isn't this wrong https://github.com/pvorb/node-git-wrapper/blob/88a604ec444e9ce220cc40f9e0948e62edff0394/git.js#L24 ?
It should default to an empty object not an empty array.
pull-request #7 would fix that line as well.