You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing converting a site originally mirrored from…we'll say "bulky" WordPress HTML, I was getting an error that I could not see because the error was at the beginning of the output after which it dumps the entire input file in question.
By default, my PowerShell terminal buffer wasn't large enough to scroll back to the actual error message.
As an attempt to find the error itself, I tried chloroplast build | Out-File buildfail.txt, but that only contained the ASCII mountain logo and a few lines of initial output without the error or file.
While testing converting a site originally mirrored from…we'll say "bulky" WordPress HTML, I was getting an error that I could not see because the error was at the beginning of the output after which it dumps the entire input file in question.
By default, my PowerShell terminal buffer wasn't large enough to scroll back to the actual error message.
As an attempt to find the error itself, I tried
chloroplast build | Out-File buildfail.txt
, but that only contained the ASCII mountain logo and a few lines of initial output without the error or file.This all raises a few questions and feature requests:
The text was updated successfully, but these errors were encountered: