repaired some path handling, improved error handling

This commit is contained in:
Chris Punches
2025-02-23 04:04:50 -05:00
parent 932c40275f
commit 2ec8908fa9
6 changed files with 86 additions and 84 deletions

View File

@@ -5,7 +5,8 @@
#include "error.hpp"
#include <dlfcn.h>
#include <iomanip>
#include "ModuleLoader.hpp" // This should include ModuleLoader since it's used directly
#include <filesystem>
#include "ModuleLoader.hpp"
/*
*