- Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
StackFrame constructor doesn't accept object with null prototype:
>constStackFrame=require('stackframe');undefined>newStackFrame({fileName:'lol'}){fileName: 'lol'}>newStackFrame(Object.assign(Object.create(null),{fileName:'lol'})){}>newStackFrame('lol'.match(/(?<fileName>\w+)/).groups){}$ npm ls stackframe ├── [email protected] └─┬ [email protected] └── [email protected] deduped Metadata
Metadata
Assignees
Labels
No labels