mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
removed logs
This commit is contained in:
@@ -146,10 +146,6 @@ export class BoltShell {
|
||||
terminalOutput.pipeTo(
|
||||
new WritableStream({
|
||||
write(data) {
|
||||
/*
|
||||
* const [, osc] = data.match(/\x1b\]654;([^\x07]+)\x07/) || [];
|
||||
* console.log('terminal onData', { data,osc });
|
||||
*/
|
||||
if (!isInteractive) {
|
||||
const [, osc] = data.match(/\x1b\]654;([^\x07]+)\x07/) || [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user