Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/filters/gitlab_kramdown.rb')
-rw-r--r--lib/filters/gitlab_kramdown.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/filters/gitlab_kramdown.rb b/lib/filters/gitlab_kramdown.rb
index bbe5174f..74550c62 100644
--- a/lib/filters/gitlab_kramdown.rb
+++ b/lib/filters/gitlab_kramdown.rb
@@ -39,9 +39,9 @@ module Nanoc::Filters
end
if warnings.any?
- $stderr.puts "\nkramdown warning(s) for #{@item_rep.inspect}"
+ warn "\nkramdown warning(s) for #{@item_rep.inspect}"
warnings.each do |warning|
- $stderr.puts " #{warning}"
+ warn " #{warning}"
end
end