mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Fix crash when hovering over invalid entries
This commit is contained in:
parent
6c14e4ff85
commit
623b13a9d4
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import de.undercouch.citeproc.CSL
|
|||
import de.undercouch.citeproc.bibtex.BibTeXConverter
|
||||
import kotlinx.coroutines.*
|
||||
import kotlinx.coroutines.channels.actor
|
||||
import java.text.ParseException
|
||||
import org.jbibtex.ParseException
|
||||
import kotlin.coroutines.CoroutineContext
|
||||
|
||||
@Suppress("BlockingMethodInNonBlockingContext")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue