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 e7eaf1b commit 0b8fd9cCopy full SHA for 0b8fd9c
src/view/cluster/clusterViewLoader.ts
@@ -100,7 +100,6 @@ export default class ClusterViewLoader {
100
});
101
stopProcess.stderr.on('data', (chunk) => {
102
channel.append(chunk);
103
- panel.webview.postMessage({action: 'sendcrcstoperror', data: chunk})
104
105
stopProcess.on('close', async (code) => {
106
// eslint-disable-next-line no-console
@@ -178,4 +177,4 @@ export default class ClusterViewLoader {
178
177
.replace('%BASE_URL%', `${reactAppUri}`)
179
.replace('<!-- meta http-equiv="Content-Security-Policy" -->', meta);
180
}
181
-}
+}
0 commit comments