我在使用Debian Buster在Raspberry Pi上运行console.log(`This is some variable text
<foo> some stuff <Hello World> other stuff <bar>`
.replace(/<(?!\w+>)/g, "(")
.replace(/>(?<!<\w+>)/g, ")")
)
时遇到问题。 FilesystemWatcher
事件不会触发,也不会响应任何更改。相同的代码对于早期的Raspbain / Debian版本也能正常工作。我使用mono运行C#代码。
Filesystemwatcher