@@ -89,7 +89,7 @@ func main() {
os.Exit(1)
}
case "run":
if err := server.Start(dir); err != nil {
if _, err := server.Start(dir); err != nil {
if errors.Is(err, os.ErrNotExist) {
fmt.Fprintf(os.Stderr, "%s does not exist\n", dir)
fmt.Fprintf(os.Stderr, "Try: fes new %s\n", dir)
The note is not visible to the blocked user.