(async function() { try { await run(); } catch(err) { console.log('Caught error', err); } })();. This is the only correct way to run two or more async parallel ...
確定! 回上一頁