codacus commited on
Commit
e9e7857
·
1 Parent(s): 69c0bf5

removed logs

Browse files
Files changed (2) hide show
  1. app/commit.json +1 -1
  2. app/utils/shell.ts +0 -4
app/commit.json CHANGED
@@ -1 +1 @@
1
- { "commit": "0ee373629789f01fb9f54f6747735b51a94a5562" }
 
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