Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/common/process.rb
Original file line number Diff line number Diff line change
@@ -533,7 +533,7 @@ def initialize(pid=nil, status=nil, termsig=nil, stopsig=nil)
end

def exitstatus
return @status
@status
end

def to_i

0 comments on commit 9e6a904

Please sign in to comment.