Fix lint issues
This commit is contained in:
parent
ff83fea7b1
commit
6d1b4410ab
@ -42,7 +42,7 @@ class FromJSFuck extends Operation {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
return String(Function('"use strict"; return (' + input + ')')());
|
return String(Function("\"use strict\"; return (" + input + ")")());
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
throw new OperationError("Unable to decode JSFuck: " + err.message);
|
throw new OperationError("Unable to decode JSFuck: " + err.message);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user