单项选择题

A.await Promise.reject(’出错了’);此语句不会执行
B.await Promise.resolve(’hello world’);语句不会执行
C.整个代码执行报错
D.整个代码都不会执行