Skip to content

nodegit.Signature.now broken #306

Description

@mcollina

Using a a Signature created with the now function make the process crash.

Easy workaround:

var now = Math.round(Date.now() / 1000);
var author = ngit.Signature.create(authorName, authorMail, now, 0);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions