mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-01 19:23:24 +00:00
fix: typo in editor interface
This commit is contained in:
parent
dc933934eb
commit
960909b81d
@ -66,5 +66,5 @@ func editorGetRegister(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {
|
|||||||
|
|
||||||
buf := lr.rl.GetFromRegister(register)
|
buf := lr.rl.GetFromRegister(register)
|
||||||
|
|
||||||
return c.PushingNext1(t.Runtime, rt.StringValue(string(bufma))), nil
|
return c.PushingNext1(t.Runtime, rt.StringValue(string(buf))), nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user