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
Clean exit without extra "error" prints, presumably.
Current Behavior
Most of the times there is printed either
Encountered an error: uncategorized error
Enable a logger to see more information.
or just
Encountered an error:
depending on terminal emulator used. Getting the first one with CMDer (ConEmu) the later with direct PS or CMD.
(Doing set RUST_BACKTRACE=1 before run has no effect on the outcome for me.)
Step to reproduce
zola init
n,n,n,n
zola serve
make some change, like
echo foo >> templates\index.html
in other term, and then ctrl+c in the first one.
The text was updated successfully, but these errors were encountered:
Bug Report
When
Ctr+C
-ing azola serve
session that detected at least one change during run, most of the times prints extra error message.// Does not prevent regular usage; been told to create this issue in #2551#issuecomment-2297227134
Environment
Expected Behavior
Clean exit without extra "error" prints, presumably.
Current Behavior
Most of the times there is printed either
or just
depending on terminal emulator used. Getting the first one with CMDer (ConEmu) the later with direct PS or CMD.
(Doing
set RUST_BACKTRACE=1
before run has no effect on the outcome for me.)Step to reproduce
make some change, like
in other term, and then
ctrl+c
in the first one.The text was updated successfully, but these errors were encountered: