We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c0bf5 commit e9e7857Copy full SHA for e9e7857
app/commit.json
@@ -1 +1 @@
1
-{ "commit": "0ee373629789f01fb9f54f6747735b51a94a5562" }
+{ "commit": "69c0bf5873334c25d691b8db4a995b86125a6799" }
app/utils/shell.ts
@@ -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
0 commit comments