webtides / luna-js

MIT License
8 stars 0 forks source link

3s delay for the file watcher when changing files #81

Open eddyloewen opened 2 years ago

eddyloewen commented 2 years ago

When changing files, the watcher has a delay of roughly 3 to 4 seconds before it starts printing something to the console. At least it feels sluggish. I think the watcher might already (and actually) do something behind the scenes. If so - I think it would be nice to immediately output something to the console so that you get feedback that something is going on. If not, we should find a way to get rid of the delay.