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.)
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.