[Gradle, JS] Fix message

KT-38331
This commit is contained in:
Ilya Goncharov
2020-05-07 19:38:53 +03:00
parent f4521ee4e4
commit 5d74db51d7
@@ -204,7 +204,7 @@ private abstract class AbstractNpmDependencyExtension(
protected fun npmDeclarationException(args: Array<out Any?>): Nothing {
throw IllegalArgumentException(
"""
|Unable to add NPM with scope '$scope' dependency by ${args.joinToString()}
|Unable to add NPM dependency with scope '$scope' by ${args.joinToString()}
|Possible variants:
|${possibleVariants().joinToString("\n") { "- ${it.first} -> ${it.second}" }}
""".trimMargin()