Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个文件,我正在阅读它chokidar。我也在使用其他函数写入同一个文件fs.writeFileSync。我只想在手动更改文件时(即不通过 WriteFileSync)发出 watcher.on('change') 函数。有没有办法确定?
chokidar
fs.writeFileSync
不,没有,据我所知。
你只能知道文件被改变了,而不是什么进程/...改变了它。