i regret going for third-party Lua-in-JVM implementation due to how bugged it is

This commit is contained in:
DBotThePony 2024-07-07 19:32:52 +07:00
parent 307c67d976
commit 6f2b8b7bbb
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -1344,7 +1344,7 @@ public final class StringLib {
}
} while (idx >= 0);
context.getReturnBuffer().setTo(bld.toString());
context.getReturnBuffer().setTo(ByteString.of(bld.toString()));
}
private static class SuspendedState {