Update command/console.go
Co-Authored-By: Adrien Delorme <azr@users.noreply.github.com>
This commit is contained in:
parent
7cce3157a8
commit
53a5e90d78
|
@ -180,7 +180,7 @@ type REPLSession struct {
|
|||
Core *packer.Core
|
||||
}
|
||||
|
||||
// Handle handles a single line of input from the REPL.
|
||||
// Handle a single line of input from the REPL.
|
||||
//
|
||||
// The return value is the output and the error to show.
|
||||
func (s *REPLSession) Handle(line string) (string, error) {
|
||||
|
|
Loading…
Reference in New Issue