File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const startAutomaticTest = () => {
55
55
) &&
56
56
! testRunningFlag
57
57
) {
58
- const terminalWriter = await startTestTerminal ( ) ;
58
+ // const terminalWriter = await startTestTerminal();
59
59
let webviewPanel ;
60
60
let html = "<h3>Automatic test results will be visible below:</h3>" ;
61
61
@@ -100,7 +100,7 @@ const startAutomaticTest = () => {
100
100
101
101
html += response ;
102
102
103
- terminalWriter . fire ( response ) ;
103
+ // terminalWriter.fire(response);
104
104
} ) ;
105
105
106
106
testProcess . process . stderr . on ( "data" , ( buffer ) => {
@@ -116,7 +116,7 @@ const startAutomaticTest = () => {
116
116
117
117
html += response ;
118
118
119
- terminalWriter . fire ( response ) ;
119
+ // terminalWriter.fire(response);
120
120
} ) ;
121
121
122
122
// Handle Closure
You can’t perform that action at this time.
0 commit comments