summaryrefslogtreecommitdiff
path: root/main/core
diff options
context:
space:
mode:
authorAlexandra Dima <alexandra.dima@jetbrains.com>2019-07-15 13:56:30 +0200
committerSamvel Abrahamyan <samvel1024@gmail.com>2019-10-12 14:33:03 +0200
commitd7c7217b66322d740d28f42cc161d36c76b34d71 (patch)
treefe3e2a3958d8ef0f6f9e387cfebc554b4ca83666 /main/core
parent2be400138fb32a63a3bb05e6fdec31508673331b (diff)
downloadmill-d7c7217b66322d740d28f42cc161d36c76b34d71.tar.gz
mill-d7c7217b66322d740d28f42cc161d36c76b34d71.tar.bz2
mill-d7c7217b66322d740d28f42cc161d36c76b34d71.zip
Refactored MillBuildServer by putting the future completion at the end of each method in a separate function which now also throws exceptions if a request is made before initialize. Also gave all JavaModules the run capability.
Diffstat (limited to 'main/core')
-rw-r--r--main/core/src/eval/Evaluator.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/core/src/eval/Evaluator.scala b/main/core/src/eval/Evaluator.scala
index 92f00b25..1243900c 100644
--- a/main/core/src/eval/Evaluator.scala
+++ b/main/core/src/eval/Evaluator.scala
@@ -337,7 +337,7 @@ case class Evaluator(home: os.Path,
home,
env,
reporter,
- bspContext//new ManagedLoggedReporter(10, logger)
+ bspContext //new ManagedLoggedReporter(10, logger)
)
val out = System.out
val in = System.in