mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 07:43:22 +00:00
autofix no-var
This commit is contained in:
@@ -26,7 +26,7 @@ const Unicode = {
|
||||
* @returns {string}
|
||||
*/
|
||||
runUnescape: function(input, args) {
|
||||
var prefix = Unicode._prefixToRegex[args[0]],
|
||||
let prefix = Unicode._prefixToRegex[args[0]],
|
||||
regex = new RegExp(prefix+"([a-f\\d]{4,6})", "ig"),
|
||||
output = "",
|
||||
m,
|
||||
|
||||
Reference in New Issue
Block a user