Do not render preview if protocol between IJ & Gradle does not match (#2556)

This commit is contained in:
Alexey Tsvetkov
2022-12-13 07:22:46 +01:00
committed by GitHub
parent d11cda865d
commit 15aa81c851
2 changed files with 3 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ internal class PreviewPanel(private val myProject: Project) : JBPanel<PreviewPan
clear()
appendLine(
AllIcons.General.Error,
"Preview rendering encountered an error",
"Preview encountered an error",
SimpleTextAttributes.REGULAR_ATTRIBUTES,
null
)