Skip to content

Commit

Permalink
Merge pull request #5763 from dependabot/jakecoffman/cli-debugging
Browse files Browse the repository at this point in the history
allow interactive debugging in the CLI
  • Loading branch information
jakecoffman authored Oct 10, 2022
2 parents 65a388b + 9cd79d7 commit f6f1da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions updater/bin/fetch_files.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
require "raven"
require "dependabot/setup"
require "dependabot/file_fetcher_job"
require "debug" if ENV["DEBUG"]

class UpdaterKilledError < StandardError; end

Expand Down
1 change: 1 addition & 0 deletions updater/bin/update_files.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
require "raven"
require "dependabot/setup"
require "dependabot/update_files_job"
require "debug" if ENV["DEBUG"]

class UpdaterKilledError < StandardError; end

Expand Down

0 comments on commit f6f1da1

Please sign in to comment.