Update internal/repl/repl.go

This commit is contained in:
2026-05-20 19:50:04 +00:00
parent 926f1ad8e6
commit 731fa0ac37

View File

@@ -2094,7 +2094,6 @@ func (r *Repl) handleClear(args []string) error {
}
func (r *Repl) handleQuit(args []string) error {
utils.PrintInfo("Goodbye!")
os.Exit(0)
return nil
}