jekyll/jekyll

[Bug]: “jekyll build –trace” actually hides backtrace

velle opened this issue · 0 comments

Operating System

Ubuntu 22.04

Ruby Version

ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu]

Jekyll Version

jekyll 4.3.3

GitHub Pages Version

No response

Expected Behavior

I expected the --trace param to make it print a full backtrace, and to leave out the backtrace otherwise.

Current Behavior

It actually prints the backtrace by default, and then leaves it out if --trace is set.

bitmap

To reproduce

cd ~
gem install jekyll bundler
jekyll --version
jekyll new myblog
cd myblog
bundle exec jekyll build