Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
velle opened this issue Feb 2, 2024 · 0 comments
Open

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

velle opened this issue Feb 2, 2024 · 0 comments

Comments

@velle
Copy link
Contributor

velle commented Feb 2, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant