Skip to content

Commit 5e6af5c

Browse files
WIP
1 parent 5705458 commit 5e6af5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: server/src/server.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ let compilerLogsWatcher = chokidar
236236
if (config.extensionConfiguration.codeLens === true) {
237237
sendCodeLensRefresh();
238238
}
239-
} catch {
240-
console.log("Error while sending updated diagnostics");
239+
} catch (error) {
240+
console.log("Error while sending updated diagnostics", error);
241241
}
242242
}
243243
});

0 commit comments

Comments
 (0)