ODH icon indicating copy to clipboard operation
ODH copied to clipboard

fix: more friendly error message & caught rejected promise

Open OrkWard opened this issue 1 year ago • 0 comments

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.

OrkWard avatar Sep 02 '23 07:09 OrkWard