[remote dev] cosmetics: fix the message printed in the console by sendRequestToCompileModules

GitOrigin-RevId: 9ccd11609d2807bce6850c72069291d690c3cc6c
This commit is contained in:
Nikolay Chashnikov
2024-12-18 14:43:46 +01:00
committed by intellij-monorepo-bot
parent bbb902e324
commit 0a842173e4

View File

@@ -24,7 +24,7 @@ internal fun sendRequestToCompileModules(moduleNames: List<String>): Boolean {
try {
val host = "http://localhost:$idePort"
println("Sending build request to $host:$idePort...")
println("Sending build request to $host...")
val startTime = System.currentTimeMillis()
val url = URL("$host/devkit/build?project-hash=$projectHash")
val connection = url.openConnection() as HttpURLConnection