mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-05-03 02:42:28 +00:00
Update main.js
This commit is contained in:
parent
c977edd892
commit
26f1a8624d
2
main.js
2
main.js
@ -132,7 +132,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
|||||||
logOutput("You're trying to load a payload type that doesn't exist.");
|
logOutput("You're trying to load a payload type that doesn't exist.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var payloadToLog = "";
|
const payloadToLog = "";
|
||||||
for (var i = 0; i < payload.length; i++) {
|
for (var i = 0; i < payload.length; i++) {
|
||||||
payloadToLog += hexToString(payload[i]);
|
payloadToLog += hexToString(payload[i]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user