mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 00:36:16 -04:00
Add header to repl. Use uppercase Dish in chef export. Fix SyncDish constructor call
This commit is contained in:
parent
e19d3d0d06
commit
cc840c050b
3 changed files with 19 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue