Mirror von
https://github.com/sammy-ette/Hilbish
synchronisiert 2025-08-10 02:52:03 +00:00
fix: call cont next in prompt function
this continues execution of lua, very obvious fixes an issue with code stopping at the prompt function
Dieser Commit ist enthalten in:
Ursprung
016a3a2ec7
Commit
9fc2247c20
2
api.go
2
api.go
@ -271,7 +271,7 @@ func hlprompt(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {
|
|||||||
}
|
}
|
||||||
lr.SetPrompt(fmtPrompt(prompt))
|
lr.SetPrompt(fmtPrompt(prompt))
|
||||||
|
|
||||||
return nil, nil
|
return c.Next(), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// multiprompt(str)
|
// multiprompt(str)
|
||||||
|
|||||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren