removed logs
Browse files- app/commit.json +1 -1
- app/utils/shell.ts +0 -4
app/commit.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{ "commit": "
|
|
|
1 |
+
{ "commit": "69c0bf5873334c25d691b8db4a995b86125a6799" }
|
app/utils/shell.ts
CHANGED
@@ -146,10 +146,6 @@ export class BoltShell {
|
|
146 |
terminalOutput.pipeTo(
|
147 |
new WritableStream({
|
148 |
write(data) {
|
149 |
-
/*
|
150 |
-
* const [, osc] = data.match(/\x1b\]654;([^\x07]+)\x07/) || [];
|
151 |
-
* console.log('terminal onData', { data,osc });
|
152 |
-
*/
|
153 |
if (!isInteractive) {
|
154 |
const [, osc] = data.match(/\x1b\]654;([^\x07]+)\x07/) || [];
|
155 |
|
|
|
146 |
terminalOutput.pipeTo(
|
147 |
new WritableStream({
|
148 |
write(data) {
|
|
|
|
|
|
|
|
|
149 |
if (!isInteractive) {
|
150 |
const [, osc] = data.match(/\x1b\]654;([^\x07]+)\x07/) || [];
|
151 |
|