ODH
ODH copied to clipboard
fix: more friendly error message & caught rejected promise
Promise.reject will create another Promise which wouldn't be caught. When I write a script for myself, I got the error message 'uncaught reject Promise: null', which is hard to figure out the problem. A console.log here will help.