You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like creating a hardlink to a source file (any file in the watch list of any of the watch nodes) is considered by chokidar like a change of a watched source file. The result is an infinite loop when running gobble in watch mode.
Will try to debug the problem, and see if there's some extra chokidar options for this.
The text was updated successfully, but these errors were encountered:
I created https://github.com/gobblejs/gobble-hardlink today, and I'm hitting an unexpected problem.
Seems like creating a hardlink to a source file (any file in the watch list of any of the watch nodes) is considered by chokidar like a change of a watched source file. The result is an infinite loop when running gobble in watch mode.
Will try to debug the problem, and see if there's some extra chokidar options for this.
The text was updated successfully, but these errors were encountered: