diff --git a/v2/cmd/wails/internal/commands/dev/dev.go b/v2/cmd/wails/internal/commands/dev/dev.go index 2f673423..af05fc6d 100644 --- a/v2/cmd/wails/internal/commands/dev/dev.go +++ b/v2/cmd/wails/internal/commands/dev/dev.go @@ -532,6 +532,8 @@ func doWatcherLoop(buildOptions *build.Options, debugBinaryProcess *process.Proc if exitCode == 0 { quit = true } + case err := <-watcher.Errors: + LogDarkYellow(err.Error()) case item := <-watcher.Events: // Check for file writes if item.Op&fsnotify.Write == fsnotify.Write {