2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-01 11:13:24 +00:00

fix: throw command.success hook after successfullua input

This commit is contained in:
TorchedSammy 2021-03-31 12:53:33 -04:00
parent a9018a2740
commit 0987899144

View File

@ -108,6 +108,7 @@ func main() {
if err == nil {
// If it succeeds, add to history and prompt again
readline.AddHistory(cmdString)
bait.Em.Emit("command.success", nil)
continue
}