Skip to content

Commit

Permalink
Revert "Do not render preview if protocol between IJ & Gradle does no…
Browse files Browse the repository at this point in the history
…t match (#2556)"

This reverts commit 15aa81c.
  • Loading branch information
AlexeyTsvetkov committed Dec 13, 2022
1 parent bf958eb commit 153bf10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ internal fun RemoteConnection.receiveAttach(
listener?.onError(
"Compose Multiplatform Gradle plugin version is not compatible with Intellij plugin version"
)
} else {
fn()
}
fn()
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ internal class PreviewPanel(private val myProject: Project) : JBPanel<PreviewPan
clear()
appendLine(
AllIcons.General.Error,
"Preview encountered an error",
"Preview rendering encountered an error",
SimpleTextAttributes.REGULAR_ATTRIBUTES,
null
)
Expand Down

0 comments on commit 153bf10

Please sign in to comment.