diff --git a/implementations/Crafter.Build-Project.cpp b/implementations/Crafter.Build-Project.cpp index f224f54..0a231ed 100644 --- a/implementations/Crafter.Build-Project.cpp +++ b/implementations/Crafter.Build-Project.cpp @@ -37,6 +37,7 @@ namespace Crafter { std::cout << "bruh3" << std::endl; std::ifstream f(this->path); + std::cout << this->path << std::endl; nlohmann::json data = nlohmann::json::parse(f); std::cout << "bruh4" << std::endl; name = data["name"].get();