From f61b6943cf0595b8773c9e3fa31e91bcc50b4631 Mon Sep 17 00:00:00 2001 From: Vighnesh Date: Mon, 4 Dec 2023 13:50:16 -0800 Subject: [PATCH] rbs logging --- tests/RequireByString.test.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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; }