Opened 5 years ago
Closed 5 years ago
#1751 closed defect (invalid)
repl#quit should invoke exit-handler in csi
| Reported by: | felix winkelmann | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 5.3 |
| Component: | core tools | Version: | 5.2.0 |
| Keywords: | Cc: | ||
| Estimated difficulty: | trivial |
Description
The ,q command in csi invokes quit, which repl rebinds to invoke the continuation. It would be better to ensure exit is called after repl returns to make sure exit handlers are invoked.
Note: See
TracTickets for help on using
tickets.

ok, found
implicit-exit-handler, nevermind...