Hacker News new | ask | show | jobs
by dariosalvi78 1863 days ago
Linter flags when you put an await in front of a-non async function, but, alas, the opposite is not true (call of async without await). This has always been source of bugs in my code.