diff --git a/implementations/Crafter.Build-Project.cpp b/implementations/Crafter.Build-Project.cpp index 384313e..f224f54 100644 --- a/implementations/Crafter.Build-Project.cpp +++ b/implementations/Crafter.Build-Project.cpp @@ -35,8 +35,10 @@ namespace Crafter { throw std::runtime_error(std::format("Project file: {} not found.", this->path.generic_string())); } + std::cout << "bruh3" << std::endl; std::ifstream f(this->path); nlohmann::json data = nlohmann::json::parse(f); + std::cout << "bruh4" << std::endl; name = data["name"].get(); this->path.remove_filename();