Introduced in 0.21.6
Missing "return" keyword inside async blocks when throwing exceptions.
When returning values or throwing exception in async blocks, the "return" keyword must be used.
Add "return" keyword to your raise/failwith/failwithf statment.
{
"asyncExceptionWithoutReturn": { "enabled": false }
}