more logging

This commit is contained in:
Vighnesh 2023-12-04 14:18:14 -08:00
parent 7ad8c2572d
commit 7460692ba4

View file

@ -46,6 +46,7 @@ public:
std::string getLuauDirectory(PathType type) std::string getLuauDirectory(PathType type)
{ {
printf("GetLuauDirectory invoked\n");
std::string luauDirRel = "."; std::string luauDirRel = ".";
std::string luauDirAbs; std::string luauDirAbs;