mirror of
https://github.com/DominicBreuker/pspy.git
synced 2025-12-21 03:34:50 +00:00
add a readme and update binaries
This commit is contained in:
@@ -68,10 +68,10 @@ loop:
|
||||
break loop
|
||||
}
|
||||
if err := in.Watch(dir); err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Can't create watcher: %v", err)
|
||||
fmt.Fprintf(os.Stderr, "Can't create watcher: %v\n", err)
|
||||
}
|
||||
case err := <-errCh:
|
||||
fmt.Fprintf(os.Stderr, "Error walking filesystem: %v", err)
|
||||
fmt.Fprintf(os.Stderr, "Error walking filesystem: %v\n", err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user