Skip to content

Commit

Permalink
rbs logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Vighnesh-V committed Dec 4, 2023
1 parent 7288e0a commit f61b694
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/RequireByString.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ class ReplWithPathFixture
{
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");
luauDirAbs = *parentPath;
}
Expand Down

0 comments on commit f61b694

Please sign in to comment.