This commit is contained in:
MihailRis
2025-09-28 22:22:59 +03:00
parent 2d1c69ee7e
commit 6eda819011
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -773,7 +773,7 @@ namespace lua {
lua::pushvalue(L, -2);
lua::call(L, 1, 1);
auto view = lua::tolstring(L, -1);
lua::pop(L);
lua::pop(L, 2);
return view;
}
}