We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be0930 commit 0731e97Copy full SHA for 0731e97
src/main/java/com/github/_1c_syntax/bsl/languageserver/ParentProcessWatcher.java
@@ -70,7 +70,7 @@ public void watch() {
70
.orElse(false);
71
72
if (!processIsAlive) {
73
- LOGGER.error("Parent process with pid {} is not found. Closing application...", parentProcessId);
+ LOGGER.info("Parent process with pid {} is not found. Closing application...", parentProcessId);
74
languageServer.exit();
75
}
76
0 commit comments