pull/823/head
Akhil 2023-09-18 13:58:11 +05:30
parent ba12acafe8
commit 62396fbddf
No known key found for this signature in database
GPG Key ID: A8AB680DBB7F3D45
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class Index
$this->timelineWrite->processFile($file); $this->timelineWrite->processFile($file);
} catch (\OCP\Lock\LockedException $e) { } catch (\OCP\Lock\LockedException $e) {
$this->log("Skipping file {$path} due to lock", true); $this->log("Skipping file {$path} due to lock", true);
} catch (\Exception | \ValueError $e) { } catch (\Exception|\ValueError $e) {
$this->error("Failed to index file {$path}: {$e->getMessage()}"); $this->error("Failed to index file {$path}: {$e->getMessage()}");
} finally { } finally {
$this->tempManager->clean(); $this->tempManager->clean();