We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbec643 + 66f8a2e commit f2bd519Copy full SHA for f2bd519
activesupport/lib/active_support/configuration_file.rb
@@ -33,7 +33,7 @@ def read(content_path)
33
34
File.read(content_path).tap do |content|
35
if content.include?("\u00A0")
36
- warn "File contains invisible non-breaking spaces, you may want to remove those"
+ warn "#{content_path} contains invisible non-breaking spaces, you may want to remove those"
37
end
38
39
0 commit comments