housekeeping & add repl command to package

This commit is contained in:
d98762625 2018-09-27 17:40:22 +01:00
parent cc840c050b
commit 431f1d4be0
5 changed files with 3 additions and 5 deletions

View file

@ -50,7 +50,6 @@ class Dish {
*/
static typeEnum(typeStr) {
switch (typeStr.toLowerCase()) {
case "array":
case "bytearray":
case "byte array":
return Dish.BYTE_ARRAY;