fix: throw command.success hook after successfullua input

pull/21/head^2
TorchedSammy 2021-03-31 12:53:33 -04:00
parent a9018a2740
commit 0987899144
1 changed files with 1 additions and 0 deletions

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
}