Fix if no Lime config is found
This commit is contained in:
@@ -1921,8 +1921,12 @@ class CommandLineTools {
|
||||
|
||||
}
|
||||
|
||||
config.merge (project);
|
||||
project = config;
|
||||
if (config != null) {
|
||||
|
||||
config.merge (project);
|
||||
project = config;
|
||||
|
||||
}
|
||||
|
||||
project.haxedefs.set ("tools", version);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user