mirror of
https://github.com/gchq/CyberChef
synced 2025-12-23 03:33:24 +00:00
Add header to repl. Use uppercase Dish in chef export. Fix SyncDish constructor call
This commit is contained in:
@@ -87,7 +87,7 @@ code += ` };
|
||||
const chef = generateChef();
|
||||
// Add some additional features to chef object.
|
||||
chef.help = help;
|
||||
chef.dish = SyncDish;
|
||||
chef.Dish = SyncDish;
|
||||
|
||||
// Define consts here so we can add to top-level export - wont allow
|
||||
// export of chef property.
|
||||
|
||||
Reference in New Issue
Block a user