-
Notifications
You must be signed in to change notification settings - Fork 697
Closed
Description
When running the Readme example (after fixing typos), if I call repo.branch() on a not existent branch, nodegit throws GitError. However, the error object seems to be incomplete:
{ name: 'GitError', message: undefined, code: undefined }
I'm not sure whether a more descriptive error message or code is available, but it would be good to report them.
Metadata
Metadata
Assignees
Labels
No labels