fibjs/fibjs

Microtasks 错误未被处理

xicilion opened this issue · 0 comments

Promise.resolve(123).then((value) => {
    throw new Error(1000);
});