Skip to content

Commit

Permalink
Uses NS:Browser when aborting
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanlr committed Apr 6, 2019
1 parent 759431d commit c2d50c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cms_scanner/controllers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def run
each(&:run)
end
ensure
Browser.instance.hydra.abort
NS::Browser.instance.hydra.abort

# Reverse is used here as the app/controllers/core#after_scan finishes the output
# and must be the last one to be executed. It also guarantee that stats will be output
Expand Down

0 comments on commit c2d50c7

Please sign in to comment.