We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a863125 + 3a297d8 commit 78e5a17Copy full SHA for 78e5a17
1 file changed
src/everything/everything.ts
@@ -209,18 +209,6 @@ export const createServer = () => {
209
}, 20000);
210
211
212
- // Set up update interval for stderr messages
213
- stdErrUpdateInterval = setInterval(() => {
214
- const shortTimestamp = new Date().toLocaleTimeString([], {
215
- hour: "2-digit",
216
- minute: "2-digit",
217
- second: "2-digit"
218
- });
219
- server.notification({
220
- method: "notifications/stderr",
221
- params: { content: `${shortTimestamp}: A stderr message` },
222
223
- }, 30000);
224
225
// Helper method to request sampling from client
226
const requestSampling = async (
0 commit comments