Skip to content

The exception is not returned when there is a load or parse error #13

@melvincarvalho

Description

@melvincarvalho

Currently when there is a load or parse error this is reported but the exception is not returned

This is at line: https://github.com/linkeddata/node-webid/blob/master/lib/parse.js#L10

 return callback('Cound not load/parse profile data')

Solution is to add ,e to the debug

 return callback('Cound not load/parse profile data', e)

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