tapable icon indicating copy to clipboard operation
tapable copied to clipboard

Fix The Issue #176

Open Solo-steven opened this issue 3 years ago • 2 comments

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.

Solo-steven avatar Oct 11 '22 04:10 Solo-steven

CLA Signed

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.

Solo-steven avatar Oct 11 '22 13:10 Solo-steven