Skip to content

Commit 0e7d60a

Browse files
committed
fix build
1 parent ae602f3 commit 0e7d60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prompt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func (p *Prompt) feed(b []byte) (exec *Exec, _ error) {
163163
p.buf.InsertText(string(b), false, true)
164164
}
165165

166-
shouldExit = p.handleKeyBinding(key)
166+
p.handleKeyBinding(key)
167167
return
168168
}
169169

0 commit comments

Comments
 (0)