You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there is an issue with mz/fs and await statements.
It doesn't follow node await logic. It doesn't wait.
For some reason, node 8 doesn't recognize await fs.exists and await fs.stat.
While in other places in my code where I use native async/await without custom promises it awaits and follows node logic.
Maxim
The text was updated successfully, but these errors were encountered:
Hi,
It looks like there is an issue with
mz/fs
andawait
statements.It doesn't follow
node
await logic. It doesn't wait.For some reason, node 8 doesn't recognize
await fs.exists
andawait fs.stat
.While in other places in my code where I use native async/await without custom promises it awaits and follows
node
logic.Maxim
The text was updated successfully, but these errors were encountered: