From a755eaaf6634961ff50ba9307604b2a4c0159d4b Mon Sep 17 00:00:00 2001 From: Elijah Bansley Date: Thu, 17 May 2018 08:41:39 -0500 Subject: [PATCH] Update main.js --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index 1a470b3..3d9c21a 100644 --- a/main.js +++ b/main.js @@ -109,6 +109,7 @@ document.getElementById("goButton").addEventListener("click", async () => { var debugCheckbox = document.getElementById("shouldDebug"); const payloadType = document.forms.mainForm.payload.value; if(debugCheckbox.checked) { + logOutput("Debugging"); let payload; if (payloadType === "fusee.bin") { payload = fusee;