make repl submit each command
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
// execute processes the input command and returns the output
|
||||
func execute(input string) (string, error) {
|
||||
func (r *REPL) execute(input string) (string, error) {
|
||||
if input == "" {
|
||||
return "", nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user