Skip to content

Commit

Permalink
Merge pull request #371 from kmasuda-aiming/master
Browse files Browse the repository at this point in the history
Fix JSON warning message
  • Loading branch information
casperisfine committed Sep 17, 2021
2 parents f5780ff + 7bbf855 commit d2a7274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bootsnap/compile_cache.rb
Expand Up @@ -28,7 +28,7 @@ def self.setup(cache_dir:, iseq:, yaml:, json:)
require_relative('compile_cache/json')
Bootsnap::CompileCache::JSON.install!(cache_dir)
elsif $VERBOSE
warn("[bootsnap/setup] YAML parsing caching is not supported on this implementation of Ruby")
warn("[bootsnap/setup] JSON parsing caching is not supported on this implementation of Ruby")
end
end
end
Expand Down

0 comments on commit d2a7274

Please sign in to comment.