Skip to content

Commit

Permalink
Mention more alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Dec 23, 2024
1 parent 0533816 commit d5b1c78
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 @@ -104,7 +104,7 @@ end
class Process::Status
# Platform-specific exit status code, which usually contains either the exit code or a termination signal.
# The other `Process::Status` methods extract the values from `exit_status`.
@[Deprecated("Use `Process::Status#exit_code`")]
@[Deprecated("Use `#exit_reason`, `#exit_code`, or `#system_exit_status` instead")]
def exit_status : Int32
@exit_status.to_i32!
end
Expand Down

0 comments on commit d5b1c78

Please sign in to comment.