Skip to content

Commit 8d2477d

Browse files
authored
Merge pull request #319 from lwronski/fix/bsp-compile
Should not re-compile project after catching exception
2 parents 3d9ec06 + 8657592 commit 8d2477d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/build/src/main/scala/scala/build/bsp/BspImpl.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ final class BspImpl(
222222
preBuildDataTest.generatedSources
223223
))
224224
case Left((ex, scope)) =>
225-
notifyBuildChange(actualLocalServer)
226225
Left((ex, scope))
227226
},
228227
executor

0 commit comments

Comments
 (0)