no message

This commit is contained in:
2023-11-08 23:13:16 +03:00
parent 4cd1a46c6d
commit f0a63d910f
6 changed files with 61 additions and 8 deletions

View File

@@ -150,7 +150,7 @@ public class Global {
Log = new Loggable() {
@Override
public String getLogHomePath() {
return Paths.get(Home, "Components").toString();
return Paths.get(System.getProperty("user.dir"), "Components").toString();
}
@Override
public String getLogName() {