lib/model: Don't set watch error on folder creation (fixes 5005) (#5006)
This commit is contained in:
committed by
Audrius Butkevicius
parent
793b86e604
commit
54e17c8bf4
@@ -83,7 +83,6 @@ func newFolder(model *Model, cfg config.FolderConfiguration) folder {
|
||||
|
||||
watchCancel: func() {},
|
||||
restartWatchChan: make(chan struct{}, 1),
|
||||
watchErr: errWatchNotStarted,
|
||||
watchErrMut: sync.NewMutex(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user