Skip to content

Commit

Permalink
Provide explanation for exit code 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dantecatalfamo committed Sep 26, 2024
1 parent 6f234cd commit ac991b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orbit/pkg/swiftdialog/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ func (s *SwiftDialog) Activate() error {
return s.sendCommand("activate", "")
}

// Quits dialog with exit code 5
// Quits dialog with exit code 5 (ExitQuitCommand)
func (s *SwiftDialog) Quit() error {
return s.sendCommand("quit", "")
}
Expand Down

0 comments on commit ac991b6

Please sign in to comment.