Commit b3c07f16 authored by Bas van Kervel's avatar Bas van Kervel

fixed incomplete merge action

parent ec6a7b35
...@@ -84,7 +84,7 @@ func loadAutoCompletion(js *jsre, ipcpath string) { ...@@ -84,7 +84,7 @@ func loadAutoCompletion(js *jsre, ipcpath string) {
if err != nil { if err != nil {
utils.Fatalf("Unable to determine supported modules - %v", err) utils.Fatalf("Unable to determine supported modules - %v", err)
} }
loadedModulesMethods = make(map[string][]string) loadedModulesMethods = make(map[string][]string)
for module, _ := range modules { for module, _ := range modules {
loadedModulesMethods[module] = api.AutoCompletion[module] loadedModulesMethods[module] = api.AutoCompletion[module]
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment