mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 09:43:15 +00:00
Impl WIP
This commit is contained in:
parent
cc35d8a5ea
commit
c513b44e8d
|
@ -57,7 +57,6 @@ public class FileManagerImpl implements FileManager {
|
|||
resolvedPath = resolvedPath.resolve(pathPart);
|
||||
} catch (Exception e) {
|
||||
throw new IOException("Invalid path: " + path);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
logger.debug("resolveStringPath", "resolvedPath: " + resolvedPath);
|
||||
|
|
Loading…
Reference in New Issue
Block a user