Testing works, stack-overflow fixed

This commit is contained in:
Victor Olin 2023-03-24 13:41:14 +01:00
parent 5e2f4d464d
commit 35b2aa4a2f
5 changed files with 34 additions and 20 deletions

View file

@ -11,7 +11,7 @@
#include "event.hpp"
#include "profiler.hpp"
#define MAC_OS
// #define MAC_OS
namespace GC
{
@ -186,7 +186,7 @@ namespace GC
std::string folder = path.substr(0, last_slash);
#else
auto folder = std::string("/Users/valtermiari/Desktop/DV/Bachelors/code/language/src/GC/tests");
return folder + "/logs";
#endif
return folder + "/logs";
}
}