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
-
I have an async function IIFI inside my
on
method and this function uses internally the nodewritefile
function fromfs/promises
so it is async all the way down, now even the function runs on file change the files mycompileRoutes
function 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.js
Beta Was this translation helpful? Give feedback.
All reactions