Skip to content

Commit

Permalink
Update fileSystem.ts (#878)
Browse files Browse the repository at this point in the history
Ignore log errors
  • Loading branch information
matheusgr authored Dec 17, 2024
1 parent 0a1d568 commit 01d0593
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/caches/fileSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ function createFileSystemCache(): CacheStorage {
await Deno.remove(filePath);
return true;
} catch (err) {
logger.error(`error when deleting from file system, ${err}`);
return false;
}
}
Expand Down

0 comments on commit 01d0593

Please sign in to comment.