Skip to content

Commit 2439489

Browse files
committed
fix(typescript-plugin): remove debug code
1 parent eb00c50 commit 2439489

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/typescript-plugin/lib/server.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,6 @@ export async function startNamedPipeServer(
197197
data = null;
198198
}
199199

200-
if (requestType === 'getComponentEvents' && Math.random() < 0.9) {
201-
return;
202-
}
203200
connection.write(JSON.stringify([seq, data ?? null]) + '\n\n');
204201
}
205202

0 commit comments

Comments
 (0)