mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
[remote dev] cosmetics: fix the message printed in the console by sendRequestToCompileModules
GitOrigin-RevId: 9ccd11609d2807bce6850c72069291d690c3cc6c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
bbb902e324
commit
0a842173e4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user