File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/kotlin/com/squareup/cash/hermit Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import com.intellij.openapi.diagnostic.Logger
8
8
import com.intellij.openapi.extensions.ExtensionPointName
9
9
import com.intellij.openapi.progress.ProgressManager
10
10
import com.intellij.openapi.project.Project
11
+ import com.intellij.openapi.project.guessProjectDir
11
12
import com.intellij.openapi.wm.WindowManager
12
13
import com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager
13
14
import com.intellij.util.ThreeState
@@ -96,7 +97,7 @@ object Hermit {
96
97
}
97
98
}
98
99
} else {
99
- log.info(project.name + " : no hermit detected for " + project.name)
100
+ log.info(project.name + " : no hermit detected for " + project.name + " (hermit not found in bin directory under " + project.guessProjectDir()?.path + " ) " )
100
101
setStatus(HermitStatus .Disabled )
101
102
}
102
103
this .refreshUI()
You can’t perform that action at this time.
0 commit comments