1 2 3 4 5 6
/*--- flags: [qjs:track-promise-rejections] ---*/ Promise.reject().catch(() => print('oops')) Promise.resolve().then(() => print('ok'))