Ruby error message is hidden in jekyll output

315 views Asked by At

When I run command jekyll build and have some ruby error, the first few lines of error messages are hidden by other jekyll output. See the following image. How can I get error messages to be shown?

My jekyll version is 2.4.0, and I'm using octopress over it.

jekyll output

1

There are 1 answers

3
David Jacquel On

try a more verbose output with :

jekyll build --trace