Skip to content

Commit

Permalink
Adjust definition of ExitReason::Aborted (#15256)
Browse files Browse the repository at this point in the history
Clarify the documentation to distingish aborted process from an abnormal exit which includes other exit reasons as well.
Ref #15231 (comment)
  • Loading branch information
straight-shoota authored Dec 10, 2024
1 parent 6abe0ba commit cc2bc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process/status.cr
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ enum Process::ExitReason
# reserved for normal exits.
Normal

# The process terminated abnormally.
# The process terminated due to an abort request.
#
# * On Unix-like systems, this corresponds to `Signal::ABRT`, `Signal::KILL`,
# and `Signal::QUIT`.
Expand Down

0 comments on commit cc2bc1c

Please sign in to comment.