This commit is contained in:
Lars Mueller 2022-07-17 21:31:04 +02:00
commit b7c6514bc8
2 changed files with 4 additions and 3 deletions

@ -4,7 +4,7 @@ Multipurpose Minetest Modding Library
## About
No dependencies. Licensed under the MIT License. Written by Lars Mueller aka LMD or appguru(eu). Notable contributions by [luk3yx](https://github.com/luk3yx) in the form of suggestions, bug reports and fixes.
No dependencies. Licensed under the MIT License. Written by Lars Mueller aka LMD or appguru(eu). Notable contributions by [luk3yx](https://github.com/luk3yx) in the form of suggestions, bug reports and fixes. Another [bugfix](https://github.com/appgurueu/modlib/pull/7) by [NobWow](https://github.com/NobWow/).
## Tests

@ -127,6 +127,7 @@ function process_bridge_listen(name, line_consumer, step)
line_consumer(line)
line = content:read()
end
content:close()
write(bridge.input, "")
end)
end