mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 14:06:10 +00:00
fix for undefined cmds
This commit is contained in:
parent
a394504e23
commit
02ad9b314a
@ -24,6 +24,7 @@ class Suggestions {
|
||||
}
|
||||
|
||||
getSuggestions(cmd) {
|
||||
if (!cmd) return []
|
||||
cmd = cmd.toLowerCase()
|
||||
let suggestions = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user