zrcadlo
https://github.com/Hilbis/Hilbish
synchronizováno 2025-07-18 16:52:02 +00:00
fix: add flush as sink method and fix arg amount for read
Tento commit je obsažen v:
rodič
54f89db578
revize
9e45929da7
3
sink.go
3
sink.go
@ -27,7 +27,8 @@ func setupSinkType(rtm *rt.Runtime) {
|
||||
|
||||
sinkMethods := rt.NewTable()
|
||||
sinkFuncs := map[string]util.LuaExport{
|
||||
"read": {luaSinkRead, 0, false},
|
||||
"flush": {luaSinkFlush, 1, false},
|
||||
"read": {luaSinkRead, 1, false},
|
||||
"write": {luaSinkWrite, 2, false},
|
||||
"writeln": {luaSinkWriteln, 2, false},
|
||||
}
|
||||
|
Načítá se…
x
Odkázat v novém úkolu
Zablokovat Uživatele