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)
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
Solution is to add ,e to the debug