Remove Roblox from references to Luau

Closes #537
This commit is contained in:
Alex Orlenko
2025-02-24 19:03:33 +00:00
parent ae7cdcb934
commit e706ae4fcb
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ where
pub(crate) unsafe extern "C-unwind" fn error_traceback(state: *mut ffi::lua_State) -> c_int {
// Luau calls error handler for memory allocation errors, skip it
// See https://github.com/Roblox/luau/issues/880
// See https://github.com/luau-lang/luau/issues/880
#[cfg(feature = "luau")]
if MemoryState::limit_reached(state) {
return 0;