1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-27 00:20:27 +02:00

updated changelog and help texts

This commit is contained in:
Gani Georgiev
2025-01-30 17:28:22 +02:00
parent c5bd42a23f
commit 9b901fcee8
3 changed files with 8 additions and 6 deletions

View File

@@ -389,7 +389,7 @@ func (p *plugin) watchHooks() error {
debounceTimer = time.AfterFunc(50*time.Millisecond, func() {
// app restart is currently not supported on Windows
if runtime.GOOS == "windows" {
color.Yellow("File %s changed, please restart the app", event.Name)
color.Yellow("File %s changed, please restart the app manually", event.Name)
} else {
color.Yellow("File %s changed, restarting...", event.Name)
if err := p.app.Restart(); err != nil {