mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
chore: add tool attempt success log message (#498)
This commit is contained in:
parent
82772e0c02
commit
7466dd306a
1 changed files with 1 additions and 1 deletions
|
|
@ -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}`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue