fix(fs): ignore OS specific paths in scope deserialization (#1837)

This commit is contained in:
Fabian-Lars
2024-09-26 01:43:33 +02:00
committed by GitHub
parent b7ff3a6bdb
commit fc9b189e83
4 changed files with 19 additions and 14 deletions
+5
View File
@@ -0,0 +1,5 @@
---
fs: patch
---
Fix failing to deserialize capability file when using an OS specific path in the scope that is not available on the current OS.