mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Commenting
This commit is contained in:
parent
367d79e820
commit
c8eab5d218
1 changed files with 2 additions and 0 deletions
|
@ -276,6 +276,8 @@ class Magic {
|
||||||
let results = [];
|
let results = [];
|
||||||
|
|
||||||
// Record the properties of the current data
|
// Record the properties of the current data
|
||||||
|
// Only if there either wasn't a filter provided,
|
||||||
|
// or the filter matches in the data
|
||||||
if (filter == null || new RegExp(filter).test(this.inputStr)){
|
if (filter == null || new RegExp(filter).test(this.inputStr)){
|
||||||
results.push({
|
results.push({
|
||||||
recipe: recipeConfig,
|
recipe: recipeConfig,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue