mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-13 14:17:01 +00:00
**Cache suggestions** Suggestions are cached for better performance on each request. When contracts are deployed, the suggestion cache is cleared, allowing for updated contract methods to be built in to the suggestions. ** Handle edge cases ** Handle cases when console command is parsed as an empty string, or possibly returns an empty object, which would cause `Object.getOwnPropertyNames` to throw an error (that is ultimately swallowed).