Александр Ефремов (2018-02-12T05:41:24.000Z)
Sometimes when create the async functions forget to add await and later such mistake difficult to find.
Maybe would be better always demand to add keyword nowait to calls returning promises which we don't plan to wait. But if this keyword and await keyword no exists then throw the error.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20180212/93d5c6be/attachment.html>
mr.efrem at gmail.com (2018-02-12T05:43:22.512Z)
Sometimes when create the `async` functions forget to add `await` and later such mistake difficult to find.
Maybe would be better always demand to add keyword `nowait` to calls returning promises which we don't plan to wait. But if that keyword and `await` keyword no exists then throw the error.