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