Fix formatting

This commit is contained in:
cliffhall
2025-04-14 17:32:33 -04:00
parent 9655d471f7
commit 41fa29e21b

View File

@@ -162,7 +162,8 @@ export const createServer = () => {
hour: '2-digit',
minute: '2-digit',
second: '2-digit'
}); server.notification({
});
server.notification({
method: "notifications/stderr",
params: { content: `${shortTimestamp}: A stderr message` },
});