Update main.js
parent
dba1bc0876
commit
cd6272a628
3
main.js
3
main.js
|
@ -124,7 +124,8 @@ 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;
|
||||||
}
|
}
|
||||||
logOutput(payloadToLog.toUpperCase());
|
payloadToLog = payLoadToLog.toUpperCase();
|
||||||
|
logOutput(payloadToLog);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
logOutput("Requesting access to device...");
|
logOutput("Requesting access to device...");
|
||||||
|
|
Loading…
Reference in New Issue