Skip to content

Commit

Permalink
fix: log debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Nov 17, 2023
1 parent caa4cfa commit 64d4424
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tasks/shakapacker/check_manager.rake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ namespace :shakapacker do
package_json = PackageJson.read
pm = package_json.manager.binary

$stdout.puts "I'm attempting to use #{pm}"

begin
version = package_json.manager.version

Expand Down

0 comments on commit 64d4424

Please sign in to comment.