-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Changes between versions 1.5.1 and 1.7.1 appear to have broken the message field propagation when using createError:
const myError = createError('BadError', { message: "This is bad"});
var theError = new myError();
console.log(theError.message)
output of message field is undefined....
Works great in 1.5.1, broken in 1.7.1
SebMenozzi, marco-fp, jtwebman, ecwyne, greym0uth and 4 more
Metadata
Metadata
Assignees
Labels
No labels