reasonix 0.18.0 → 0.18.1
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/dist/cli/index.js +1 -2
- package/dist/cli/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -22448,8 +22448,7 @@ async function chatCommand(opts) {
|
|
|
22448
22448
|
}
|
|
22449
22449
|
),
|
|
22450
22450
|
// patchConsole:false — winpty/MINTTY redraw-glitch source.
|
|
22451
|
-
|
|
22452
|
-
{ exitOnCtrlC: true, patchConsole: false, debug: true }
|
|
22451
|
+
{ exitOnCtrlC: true, patchConsole: false }
|
|
22453
22452
|
);
|
|
22454
22453
|
try {
|
|
22455
22454
|
await waitUntilExit();
|