mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Comment.
This commit is contained in:
parent
b3fd1a43ad
commit
107b12546b
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ public open class Jvm constructor(
|
||||||
val pathExecutable = os.findInPath(command)
|
val pathExecutable = os.findInPath(command)
|
||||||
if (pathExecutable != null) {
|
if (pathExecutable != null) {
|
||||||
log(1, "Unable to find the $command executable using home: " +
|
log(1, "Unable to find the $command executable using home: " +
|
||||||
"$javaHome. We found it on the PATH: $pathExecutable.")
|
"$javaHome but found it on the PATH: $pathExecutable.")
|
||||||
return pathExecutable
|
return pathExecutable
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue