-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
For some reason, at the top of the stack of one particular error, I have only the error message, rather than a line with a filename. Therefore, my code ran into an issue because it called stack.parseLine(firstLineOfStack)
and assumed this method would return an object. I did not realize that this method could return null
. I assumed that if it could not parse a line, it would return an object where the properties are set to empty values, or perhaps throw an error.
I believe this possibility should be documented.
But thanks for the great library!
meglio
Metadata
Metadata
Assignees
Labels
No labels