Does not notify about missing await for an async function call

My code is

As you can see WebStorm does not notify about missing await operator for an async functions call. This warning enabled in Inspection settings:

How can I enable warning/error on missing await operator?

0

Please sign in to leave a comment.