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 3be0ae2 commit 8dfc357Copy full SHA for 8dfc357
src/client/testing/testController/pytest/pytestExecutionAdapter.ts
@@ -175,7 +175,7 @@ export class PytestTestExecutionAdapter implements ITestExecutionAdapter {
175
this.outputChannel?.append(data);
176
});
177
178
- result?.proc?.on('close', () => {
+ result?.proc?.on('exit', () => {
179
deferredExec.resolve({ stdout: '', stderr: '' });
180
deferred.resolve();
181
disposeDataReceiver?.(this.testServer);
0 commit comments