chokidar async function does not write to fs #1179
ivanjeremic
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an async function IIFI inside my
onmethod and this function uses internally the nodewritefilefunction fromfs/promisesso it is async all the way down, now even the function runs on file change the files mycompileRoutesfunction should write never get written. here is my code which is inside a bin file, please help me solve this issue, thanks! Ps. running the function normally writes all files without any issue, it just does not work on file change./bin/index.jsBeta Was this translation helpful? Give feedback.
All reactions