mirror of
https://github.com/gchq/CyberChef
synced 2024-11-14 16:47:07 +00:00
Fix loading messages
Missing comma in array
This commit is contained in:
parent
e57fd2a408
commit
266fbab8fd
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
"Symlinking emacs and vim to ed...",
|
||||
"Training branch predictor...",
|
||||
"Timing cache hits...",
|
||||
"Speculatively executing recipes..."
|
||||
"Speculatively executing recipes...",
|
||||
"Adding LLM hallucinations..."
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue