SOURCE

const f = async () => {
  return await Promise.reject(222)
}
f().then(console.log)
console 命令行工具 X clear

                    
>
console