diff --git a/tools/attempt_protocols.js b/tools/attempt_protocols.js index 822273a..29cbfa3 100644 --- a/tools/attempt_protocols.js +++ b/tools/attempt_protocols.js @@ -31,7 +31,7 @@ const run = async () => { ...options, type: `protocol-${protocol}` }) - console.log(response) + console.log(`Success on '${protocol}':`, response) process.exit() } catch (e) { console.log(`Error on '${protocol}': ${e}`)