Skip to content

Commit

Permalink
[+] Fix bug in issue #39, thanks to @laluka
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYihang committed May 2, 2021
1 parent f7d2d19 commit e5d3c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/dispatcher/interact.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (dispatcher Dispatcher) Interact(args []string) {
}
}
}()
magic := "exit"
magic := "platyquit"
firstLine := true
inputQueueIndex := 0
inputQueueLength := len(magic) + 1 // + 1 for clrf
Expand Down

1 comment on commit e5d3c62

@laluka
Copy link

@laluka laluka commented on e5d3c62 Aug 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay ! ❤️

Please sign in to comment.