mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 17:53:14 +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…
Reference in New Issue
Block a user