rbs logging

This commit is contained in:
Vighnesh 2023-12-04 13:50:16 -08:00
parent 7288e0aa63
commit f61b6943cf

View file

@ -78,6 +78,10 @@ public:
{ {
printf("%s\n", (*parentPath).c_str()); printf("%s\n", (*parentPath).c_str());
} }
else
{
printf("Couldn't find parent path. LuauDirAbs: %s\n". luauDirAbs.c_str());
}
REQUIRE_MESSAGE(parentPath, "Error getting Luau path"); REQUIRE_MESSAGE(parentPath, "Error getting Luau path");
luauDirAbs = *parentPath; luauDirAbs = *parentPath;
} }