We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7538f commit ebff151Copy full SHA for ebff151
bin/memos/main.go
@@ -138,7 +138,7 @@ func printGreetings(profile *profile.Profile) {
138
fmt.Printf("Memos %s started successfully!\n", profile.Version)
139
140
if profile.IsDev() {
141
- fmt.Fprintf(os.Stderr, "Development mode is enabled\n")
+ fmt.Fprint(os.Stderr, "Development mode is enabled\n")
142
if profile.DSN != "" {
143
fmt.Fprintf(os.Stderr, "Database: %s\n", profile.DSN)
144
}
0 commit comments