1 2 3 4 5 6 7 8 9
/*--- includes: [] flags: [async] ---*/ Promise.resolve() .finally(() => {nonExsistingInFinally()}) .catch(e => {}) .then($DONE, $DONE);