@icarusmx/creta 0.7.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/creta.js +1 -1
- package/package.json +1 -1
package/bin/creta.js
CHANGED
|
@@ -585,7 +585,7 @@ async function startEnunciadosSelector() {
|
|
|
585
585
|
const isInputTTY = process.stdin.isTTY
|
|
586
586
|
|
|
587
587
|
// DEBUG: Show detection values for troubleshooting
|
|
588
|
-
|
|
588
|
+
console.log(`DEBUG: hasSetRawMode=${hasSetRawMode}, isOutputTTY=${isOutputTTY}, isInputTTY=${isInputTTY}`)
|
|
589
589
|
|
|
590
590
|
// Try interactive mode unless explicitly disabled
|
|
591
591
|
if (hasSetRawMode && !process.env.CRETA_NO_INTERACTIVE) {
|