Update main.js

pull/1/merge
Elijah Bansley 2018-05-17 11:33:08 -05:00 committed by GitHub
parent c01d6e8ad5
commit 7af6c673d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ 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(payload); logOutput(payload.toString(16));
return; return;
} }
logOutput("Requesting access to device..."); logOutput("Requesting access to device...");