Skip to content

Commit

Permalink
(bug) - Fix undefined method for PDK::Util
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Jul 10, 2024
1 parent 4baf850 commit 4627f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pdk/util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module Util
def exit_process(exit_code)
exit exit_code
end
module_function :exit_process
# :nocov:

# Searches upwards from current working directory for the given target file.
Expand Down

0 comments on commit 4627f32

Please sign in to comment.