|
|
|
|
|
by jchw
2538 days ago
|
|
Sorry, by forget to await, I mean you call an async function but then don’t ever actually use the result. TypeScript can also diagnose that one by illuminating unused variables. Still, I think it is easiest to never mess up if you await as soon as you have a promise value. In many common cases this is easy enough. |
|