File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
src/main/kotlin/com/github/oldmegit/goframehelper/listener Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import com.github.oldmegit.goframehelper.gf.GfGoMod
6
6
import com.github.oldmegit.goframehelper.ui.AppSettingsState
7
7
import com.github.oldmegit.goframehelper.ui.Notification
8
8
import com.goide.GoFileType
9
+ import com.intellij.codeInsight.navigation.LOG
9
10
import com.intellij.openapi.project.Project
10
11
import com.intellij.openapi.vfs.VirtualFile
11
12
import com.intellij.openapi.vfs.newvfs.BulkFileListener
@@ -65,11 +66,11 @@ class Listener(private val project: Project): BulkFileListener {
65
66
throw Exception (code.toString())
66
67
}
67
68
} catch (_: Exception ) {
68
- val message = Bundle .getMessage(" fileWatch.ExecErr" )
69
- val settings = AppSettingsState .getInstance(project)
70
- settings.gfEnableApiWatch = false
71
- settings.gfEnableLogicWatch = false
72
- Notification .message(project, message)
69
+ // val message = Bundle.getMessage("fileWatch.ExecErr")
70
+ // val settings = AppSettingsState.getInstance(project)
71
+ // settings.gfEnableApiWatch = false
72
+ // settings.gfEnableLogicWatch = false
73
+ // Notification.message(project, message)
73
74
}
74
75
}
75
76
}
You can’t perform that action at this time.
0 commit comments