Skip to content

Commit

Permalink
Fix JSON warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
kmasuda-aiming committed Sep 17, 2021
1 parent f5780ff commit 7bbf855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bootsnap/compile_cache.rb
Original file line number Diff line number Diff line change
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 7bbf855

Please sign in to comment.