i regret going for third-party Lua-in-JVM implementation due to how bugged it is
This commit is contained in:
parent
307c67d976
commit
6f2b8b7bbb
@ -1344,7 +1344,7 @@ public final class StringLib {
|
|||||||
}
|
}
|
||||||
} while (idx >= 0);
|
} while (idx >= 0);
|
||||||
|
|
||||||
context.getReturnBuffer().setTo(bld.toString());
|
context.getReturnBuffer().setTo(ByteString.of(bld.toString()));
|
||||||
}
|
}
|
||||||
|
|
||||||
private static class SuspendedState {
|
private static class SuspendedState {
|
||||||
|
Loading…
Reference in New Issue
Block a user