Lots of work on the lua read-eval-print loop
This commit is contained in:
@@ -1071,6 +1071,10 @@ void World::run_scheduled_threads() {
|
||||
PrettyPrint::Indented().print(LSCO, LuaSpecial(i), <hread_prints_);
|
||||
lthread_prints_ << std::endl;
|
||||
}
|
||||
if (lthread_prints_.view().empty())
|
||||
{
|
||||
lthread_prints_ << "ok\n";
|
||||
}
|
||||
}
|
||||
} else if (status == LUA_YIELD) {
|
||||
if (is_authoritative()) {
|
||||
|
||||
Reference in New Issue
Block a user