中文
← Errors

F_SCAFFOLD_NEGATIVE_WATCH_GLOB

Negative watch glob is unsupported

A funcgo watch entry uses an exclusion glob beginning with !.

Updated

How to fix it

Pass a positive file or glob to --watch. If files must be excluded, handle that in project configuration rather than using a negative pattern as the watch entry.