---------

**Commit 1:**
Resolving bug with console not autocompleting indexes

* Original sha: 0ae37797a8
* Authored by = <brandon.kobel@elastic.co> on 2016-10-05T15:07:43Z
This commit is contained in:
Elastic Jasper 2016-10-12 06:02:31 -04:00
parent 2780784321
commit c2b74fd372

View file

@ -109,4 +109,5 @@ export default function init(input, output, sourceLocation = 'stored') {
loadSavedState();
setupAutosave();
mappings.retrieveAutocompleteInfoFromServer();
};