diff --git a/tests/RequireByString.test.cpp b/tests/RequireByString.test.cpp index 602b0fd11..8ade714e2 100644 --- a/tests/RequireByString.test.cpp +++ b/tests/RequireByString.test.cpp @@ -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; }