Update main.js

pull/1/merge
Elijah Bansley 2018-05-17 08:43:01 -05:00 committed by GitHub
parent a755eaaf66
commit 9d29a71676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +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");
logOutput("Debugging...");
let payload;
if (payloadType === "fusee.bin") {
payload = fusee;