posva/vue-promised

throw error on chrome devtool when use vue-promised

yuweiqi666 opened this issue · 1 comments

Reproduction

when promise return rejected result
chrome will normal display rejected message but chrome devtool will throw error message

Steps to reproduce the behavior

  1. let promise return rejected result
  2. wait promise change rejected state
  3. chrome devtool throw error message

Expected behavior

chrome devtool should not throw error message

Actual behavior

chrome devtool throw error message

Additional information

vue version:vue 2.6.14

图片

图片

posva commented

When putting code, paste the code not a screenshot, otherwise it's very annoying to test 😄