This commit is contained in:
Vighnesh 2023-12-04 13:52:09 -08:00
parent f61b6943cf
commit 71b66eb99c

View file

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