mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-02 23:40:48 +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);
|
resolvedPath = resolvedPath.resolve(pathPart);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new IOException("Invalid path: " + path);
|
throw new IOException("Invalid path: " + path);
|
||||||
return null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
logger.debug("resolveStringPath", "resolvedPath: " + resolvedPath);
|
logger.debug("resolveStringPath", "resolvedPath: " + resolvedPath);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user