mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-01-18 18:41:28 +00:00
Update main.js
This commit is contained in:
parent
c01d6e8ad5
commit
7af6c673d5
2
main.js
2
main.js
@ -124,7 +124,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
||||
logOutput("You're trying to load a payload type that doesn't exist.");
|
||||
return;
|
||||
}
|
||||
logOutput(payload);
|
||||
logOutput(payload.toString(16));
|
||||
return;
|
||||
}
|
||||
logOutput("Requesting access to device...");
|
||||
|
Loading…
x
Reference in New Issue
Block a user