mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
An async function always wraps the return value in a Promise. Using return await just adds extra time before the overreaching promise is resolved without changing the semantics.