Merge pull request #384 from rneugeba/diag-fix

diagnostics: fix diagnostics for local/desktop editions
This commit is contained in:
Justin Cormack 2016-07-29 16:38:34 +01:00 committed by GitHub
commit 2e11737f16

View File

@ -54,6 +54,9 @@ var (
)
func init() {
for _, c := range commonCmdCaptures {
localCaptures = append(localCaptures, c)
}
for _, c := range localCmdCaptures {
localCaptures = append(localCaptures, c)
}