Compare commits
1 Commits
master
...
LSP-Interf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e1007cce30 |
@@ -68,7 +68,7 @@ public class LanguageServerInterface {
|
||||
|
||||
return new LanguageServerTransferObject(tiResults, parsedSource, "", compiler.getGeneratedGenerics());
|
||||
}catch (Exception e){
|
||||
throw new RuntimeException("Compiler could not compile Files.");
|
||||
throw new RuntimeException(e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user