🐛 fix webdav
This commit is contained in:
@ -46,7 +46,7 @@ func (h *Handler) stripPrefix(p string) (string, int, error) {
|
||||
func isPathExist(ctx context.Context, fs *FileSystem, path string) (bool, FileInfo) {
|
||||
file, err := fs.File(path)
|
||||
if err != nil {
|
||||
log.Debug(path, err)
|
||||
log.Debugln(path, err)
|
||||
return false, nil
|
||||
}
|
||||
return true, file
|
||||
|
Reference in New Issue
Block a user