Update internal/repl/repl.go
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user