We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b2498 commit 542a78eCopy full SHA for 542a78e
1 file changed
extensions/ql-vscode/src/mocks/mock-gh-api-server.ts
@@ -30,7 +30,7 @@ export class MockGitHubApiServer extends DisposableObject {
30
return;
31
}
32
33
- this.server.listen();
+ this.server.listen({ onUnhandledRequest: 'bypass' });
34
this._isListening = true;
35
36
0 commit comments