Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mz/fs & await #119

Closed
maximandrews opened this issue Jan 5, 2019 · 1 comment
Closed

mz/fs & await #119

maximandrews opened this issue Jan 5, 2019 · 1 comment

Comments

@maximandrews
Copy link

Hi,

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

@maximandrews
Copy link
Author

Never mind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant