mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-05 20:46:43 +00:00
removed logs
This commit is contained in:
parent
69c0bf5873
commit
e9e7857675
@ -1 +1 @@
|
|||||||
{ "commit": "0ee373629789f01fb9f54f6747735b51a94a5562" }
|
{ "commit": "69c0bf5873334c25d691b8db4a995b86125a6799" }
|
||||||
|
@ -146,10 +146,6 @@ export class BoltShell {
|
|||||||
terminalOutput.pipeTo(
|
terminalOutput.pipeTo(
|
||||||
new WritableStream({
|
new WritableStream({
|
||||||
write(data) {
|
write(data) {
|
||||||
/*
|
|
||||||
* const [, osc] = data.match(/\x1b\]654;([^\x07]+)\x07/) || [];
|
|
||||||
* console.log('terminal onData', { data,osc });
|
|
||||||
*/
|
|
||||||
if (!isInteractive) {
|
if (!isInteractive) {
|
||||||
const [, osc] = data.match(/\x1b\]654;([^\x07]+)\x07/) || [];
|
const [, osc] = data.match(/\x1b\]654;([^\x07]+)\x07/) || [];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user