Open Dunedubby opened 3 weeks ago
Using null as the code for a Promise reject now creates an error. The reject codes are now replaced with strings.
Promise
reject
Passes tests on the forked branch.
@leegeunhyeok is there anything I can do to help merge this?
Using null as the code for a
Promise
reject
now creates an error. Thereject
codes are now replaced with strings.