mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +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,
|
...options,
|
||||||
type: `protocol-${protocol}`
|
type: `protocol-${protocol}`
|
||||||
})
|
})
|
||||||
console.log(response)
|
console.log(`Success on '${protocol}':`, response)
|
||||||
process.exit()
|
process.exit()
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(`Error on '${protocol}': ${e}`)
|
console.log(`Error on '${protocol}': ${e}`)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue