Skip to content

Unable to get reference for HEAD #311

@Athaphian

Description

@Athaphian

When I try to get the reference for 'HEAD' in version 0.2.3:

repo.getReference('HEAD').then(function() {
  console.log('success');
}, function() {
  console.log('error');
});

I do not see 'success' nor 'error'. It just doesn't do anything. If it fails, I would expect to see 'error'..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions