Skip to content

Commit

Permalink
chore: add tool attempt success log message (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
podrivo authored Jan 21, 2024
1 parent 82772e0 commit 7466dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/attempt_protocols.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`)
Expand Down

0 comments on commit 7466dd3

Please sign in to comment.