You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lijiarui Could you please help me to check out the latest master branch of code, and fix all the warnings when running npm run lint, then send me back a PR to fix them?
According to #1289, we should always await a Promise no matter than what because it will prevent we to make very hard to track mistakes.
So we should enable tslint to check the floating promise for us. So should all the developers do if you are writing async/await code:
Related configuration in tslint.json:
See Also
The text was updated successfully, but these errors were encountered: