Closed jR1P621 closed 1 year ago
Hi @jR1P621, Thank you for your feedback!
Would you create reproducable repo?
Here a repo using rushstack:
CtixReasoner
default option is to use stderr
, but this can be changed using CLI options. The reasonerStream
and progressStream
options can be used to change the stream to output messages to.
@jR1P621 Hi,
I've working on ctix
2.x. In the 2.x version, Reasoner
will not disply error messages multiple times and will not call console.error
multiple times to print \n
. Thank you for your feedback in improving ctix
.
fixed in v2.0.0
The CtixReasoner class arbitrarily calls
this.#streamWrite('');
in several places. This causes false positives when ctix is called from tools that rely on stderr to determine error state.