mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-16 13:35:45 +00:00
[CLI] Output artifact on Linux/WSL ("modetream" text overlap) #901
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @niscollect on GitHub (Jan 11, 2026).
Description
When running CCExtractor on Linux/WSL, the status message "Analyzing data in general mode", which is the output text for "General Mode" is corrupted.
This happens possibly because the new string is shorter than the previous one, and the terminal line is not cleared before printing. The tail of the previous message seems to be remaining, resulting in the text
modetream.Steps to Reproduce
./ccextractor test.ts).Expected Behavior
The line should be cleared completely before printing the new status message, ensuring no artifacts remain. And print: "Analyzing data in general mode"
Actual Behavior
The text merges to form
modetream(or similar overlaps depending on the mode). And prints: "Analyzing data in general modetream"Screenshots
Environment