diff --git a/main.js b/main.js index bd8d8df..3557491 100644 --- a/main.js +++ b/main.js @@ -152,6 +152,7 @@ document.getElementById("goButton").addEventListener("click", async () => { alert("You need to upload a file, to use an uploaded file."); return; } + logOutput("Using uploaded payload \"" + file + "\""); payload = new Uint8Array(await readFileAsArrayBuffer(file)); } else { logOutput("You're trying to load a payload type that doesn't exist.");