2
2
의 미러 https://github.com/Hilbis/Hilbish synced 2025-07-01 00:32:03 +00:00

fix: throw command.success hook after successfullua input

This commit is contained in:
TorchedSammy 2021-03-31 12:53:33 -04:00
부모 a9018a2740
커밋 0987899144

파일 보기

@ -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
}