This commit is contained in:
parent
5db7a74047
commit
50ee204b02
3 changed files with 4 additions and 5 deletions
|
|
@ -36,7 +36,6 @@ namespace Crafter {
|
|||
|
||||
}
|
||||
Configuration::Configuration(const nlohmann::json& configs, const nlohmann::json& config, fs::path workingDir, const Project& project) : type(CRAFTER_CONFIGURATION_TYPE_EXECUTABLE), debug(false) {
|
||||
std::cout << "bruh2" << std::endl;
|
||||
SetDataFromJson(configs, config, workingDir, project);
|
||||
}
|
||||
|
||||
|
|
@ -51,7 +50,6 @@ namespace Crafter {
|
|||
}
|
||||
}
|
||||
}
|
||||
std::cout << "bruh" << std::endl;
|
||||
if(config.contains("name")) {
|
||||
name = config["name"].get<std::string>();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue