提交 fdbdc5aa 编写于 作者: I Ilya Goncharov

[Gradle, JS] Fix error message for both executable

上级 83144d59
......@@ -53,7 +53,7 @@ constructor(
if (target is KotlinJsTarget) {
target.irTarget
?.let { throw IllegalStateException("Unfortunately you can't use `executable()` with 'both' compiler type") }
?.let { throw IllegalStateException("Can't use `executable()` with 'both' compiler type") }
target.whenBrowserConfigured {
(this as KotlinJsSubTarget).produceExecutable()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册