mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-25 14:57:37 +00:00
Claude fixed resizing
This commit is contained in:
parent
912909c68f
commit
975e50c052
1 changed files with 1 additions and 1 deletions
|
|
@ -586,7 +586,7 @@ export class PtyManager {
|
|||
|
||||
try {
|
||||
const messageStr = JSON.stringify(message) + '\n';
|
||||
fs.writeFileSync(sessionPaths.controlPipePath, messageStr);
|
||||
fs.appendFileSync(sessionPaths.controlPipePath, messageStr);
|
||||
return true;
|
||||
} catch (error) {
|
||||
console.warn(`Failed to send control message to session ${sessionId}:`, error);
|
||||
|
|
|
|||
Loading…
Reference in a new issue