chore: add tool attempt success log message (#498)

This commit is contained in:
Pedro Ivo Hudson 2024-01-21 15:27:05 -03:00 committed by GitHub
parent 82772e0c02
commit 7466dd306a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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}`)