mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 15:53:30 +00:00
WIP HAD to move NodeDish out - NONE of it is async!
This commit is contained in:
@@ -74,6 +74,7 @@ class Dish {
|
||||
case "list<file>":
|
||||
return Dish.LIST_FILE;
|
||||
default:
|
||||
console.log(typeStr);
|
||||
throw new DishError("Invalid data type string. No matching enum.");
|
||||
}
|
||||
}
|
||||
@@ -383,7 +384,6 @@ class Dish {
|
||||
|
||||
return newDish;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user