@oh-my-pi/pi-tui 2.3.1337 → 3.0.1337
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/package.json +1 -1
- package/src/tui.ts +1 -1
package/package.json
CHANGED
package/src/tui.ts
CHANGED
|
@@ -330,7 +330,7 @@ export class TUI extends Container {
|
|
|
330
330
|
const isImageLine = this.containsImage(line);
|
|
331
331
|
if (!isImageLine && visibleWidth(line) > width) {
|
|
332
332
|
// Log all lines to crash file for debugging
|
|
333
|
-
const crashLogPath = path.join(os.homedir(), ".
|
|
333
|
+
const crashLogPath = path.join(os.homedir(), ".omp", "agent", "omp-crash.log");
|
|
334
334
|
const crashData = [
|
|
335
335
|
`Crash at ${new Date().toISOString()}`,
|
|
336
336
|
`Terminal width: ${width}`,
|