tapable
tapable copied to clipboard
Fix The Issue #176
My solution was to add an if statement to the promise's reject function to detect if the error is truthy or falsy. If is falsy an error object will be passed to the callback. I also update the snapshots to pass the jest test.
The committers listed above are authorized under a signed CLA.
- :white_check_mark: login: Solo-steven / name: Steven (43912bf66e53cc7b67590ebc7cff9ca3f129d094, df245dbafc8540de400e9e9fb52526475f20698e)
@alexander-akait thanks for your reply.
The problem this PR is trying to address is mentioned in issue #176 . I forgot to add the link to the PR message.