From f21485aadbc120d57f8f2ad646dd5f3ce6a9788d Mon Sep 17 00:00:00 2001 From: Vighnesh Date: Mon, 4 Dec 2023 14:08:21 -0800 Subject: [PATCH] commit --- tests/RequireByString.test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/RequireByString.test.cpp b/tests/RequireByString.test.cpp index 8e776fe9..c3b4e42b 100644 --- a/tests/RequireByString.test.cpp +++ b/tests/RequireByString.test.cpp @@ -86,6 +86,8 @@ public: luauDirAbs = *parentPath; } + + // Could not find the directory REQUIRE_MESSAGE(false, "Error getting Luau path"); return {};