Skip to content

Commit 8dde417

Browse files
committed
formatting
1 parent 0af52a9 commit 8dde417

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/everything/everything.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export const createServer = () => {
127127
logging: {},
128128
completions: {},
129129
},
130-
instructions,
130+
instructions
131131
}
132132
);
133133

@@ -174,12 +174,13 @@ export const createServer = () => {
174174
server.notification(message);
175175
}, 20000);
176176

177+
177178
// Set up update interval for stderr messages
178179
stdErrUpdateInterval = setInterval(() => {
179180
const shortTimestamp = new Date().toLocaleTimeString([], {
180181
hour: "2-digit",
181182
minute: "2-digit",
182-
second: "2-digit",
183+
second: "2-digit"
183184
});
184185
server.notification({
185186
method: "notifications/stderr",

0 commit comments

Comments
 (0)