node-git-wrapper icon indicating copy to clipboard operation
node-git-wrapper copied to clipboard

options should default to an object not array

Open rothshahar opened this issue 11 years ago • 1 comments

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.

rothshahar avatar Jun 04 '14 22:06 rothshahar

pull-request #7 would fix that line as well.

barwin avatar Jan 15 '15 01:01 barwin