Skip to content

Commit

Permalink
Update engine/language-server/src/main/scala/org/enso/languageserver/…
Browse files Browse the repository at this point in the history
…boot/MainModule.scala

Co-authored-by: Jaroslav Tulach <[email protected]>
  • Loading branch information
hubertp and JaroslavTulach authored Feb 25, 2025
1 parent 9b57508 commit 5be5014
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ class MainModule(serverConfig: LanguageServerConfig, logLevel: Level) {
if (java.lang.Boolean.getBoolean("com.oracle.graalvm.isaot")) {
log.info("Running Language Server in AOT mode")
} else {
log.info("Running Language Server in non-AOT mode")
log.info("Running Language Server in JVM mode")
}

private val builder = ContextFactory
Expand Down

0 comments on commit 5be5014

Please sign in to comment.