Inform about commands not found

This commit is contained in:
Ken-Håvard Lieng 2017-05-22 03:49:37 +02:00
parent 7e080f2c99
commit 41d6099d89
9 changed files with 68 additions and 55 deletions

View file

@ -52,5 +52,4 @@ export function find(arr, pred) {
return arr[i];
}
}
return undefined;
}