We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Using a a Signature created with the now function make the process crash.
now
Easy workaround:
var now = Math.round(Date.now() / 1000); var author = ngit.Signature.create(authorName, authorMail, now, 0);