scopsy / await-to-js

Async await wrapper for easy error handling without try-catch
http://blog.grossman.io/how-to-write-async-await-without-try-catch-blocks-in-javascript/
MIT License
3.27k stars 153 forks source link

refactor : add default error when promise.reject() no params #59

Open yoghurtxu opened 9 months ago

yoghurtxu commented 9 months ago

Hi!

This pull request follows from these issue: https://github.com/scopsy/await-to-js/issues/45 https://github.com/scopsy/await-to-js/issues/58