Update main.js

pull/1/merge
Elijah Bansley 2018-05-17 11:45:40 -05:00 committed by GitHub
parent c977edd892
commit 26f1a8624d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
logOutput("You're trying to load a payload type that doesn't exist.");
return;
}
var payloadToLog = "";
const payloadToLog = "";
for (var i = 0; i < payload.length; i++) {
payloadToLog += hexToString(payload[i]);
}