mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 09:48:30 -05:00
Use Jekyll.logger for --watch error message.
This commit is contained in:
@@ -80,8 +80,8 @@ module Jekyll
|
||||
puts "...done."
|
||||
rescue => e
|
||||
puts "...error:"
|
||||
puts e.message
|
||||
puts "Run jekyll build --trace for more information."
|
||||
Jekyll.logger.warn "Error:", e.message
|
||||
Jekyll.logger.warn "Error:", "Run jekyll build --trace for more information."
|
||||
end
|
||||
end
|
||||
listener.start
|
||||
|
||||
Reference in New Issue
Block a user