mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
fix: GetAllCasings.mjs - newline bug
This commit is contained in:
@@ -46,7 +46,7 @@ class GetAllCasings extends Operation {
|
||||
}
|
||||
result += temp.join("") + "\n";
|
||||
}
|
||||
return result;
|
||||
return result.slice(0, -1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user