Bugfix: Crash unter Windows durch den Loader.
This commit is contained in:
parent
8089702e4a
commit
0a43ff0d05
@ -48,7 +48,7 @@ public class CodeEnvironment {
|
||||
if(f.isDirectory()) {
|
||||
String[] filesInDirectory = CodeEnvironment.getFileListFromFolder(f);
|
||||
for(String entry : filesInDirectory) {
|
||||
fileList.add(entry.replaceAll(rootPath, ""));
|
||||
fileList.add(entry.replace(rootPath, ""));
|
||||
}
|
||||
} else {
|
||||
fileList.add(f.toString());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user