mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
rbs logging
This commit is contained in:
parent
7288e0aa63
commit
f61b6943cf
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue