mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-19 23:11:25 +02:00
added new file button in config editor, dockerfile fix
This commit is contained in:
@@ -89,7 +89,7 @@ func (w *fileWatcher) Stop() {
|
||||
fileWatchMap.Delete(w.path)
|
||||
err := fsWatcher.Remove(w.path)
|
||||
if err != nil {
|
||||
w.l.WithField("action", "stop").Error(err)
|
||||
w.l.Error(err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user