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.
2 parents 9be0930 + 0731e97 commit c53281dCopy full SHA for c53281d
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