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 2c7ba02 commit b53849eCopy full SHA for b53849e
src/tools/screenshot.ts
@@ -100,7 +100,6 @@ async function handleScreenshot(
100
registerScreenshot(sessionId, name, screenshotBase64);
101
102
// Notify the client that the resources changed
103
- // Must await to ensure proper message ordering on the transport
104
const serverInstance = context.getServer();
105
106
if (serverInstance) {
0 commit comments