From 645f64ad33a97d9f0ab61befb3a2f2faca8557c3 Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Sun, 1 Mar 2026 15:27:38 +0100 Subject: [PATCH] windows build fixes --- implementations/Crafter.Build-Project.cpp | 2 ++ 1 file changed, 2 insertions(+) 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();