mirror of
https://github.com/Cameri/nostream.git
synced 2025-04-01 00:18:16 +02:00
chore: log supported nips to console
This commit is contained in:
parent
0b58bcc2f7
commit
5eeaf23dda
@ -16,6 +16,7 @@ const newWorker = (): Worker => {
|
||||
|
||||
if (cluster.isPrimary) {
|
||||
console.log(`${packageJson.name}@${packageJson.version}`)
|
||||
console.log(`supported NIPs: ${packageJson.supportedNips}`)
|
||||
console.log(`primary ${process.pid} - running`)
|
||||
|
||||
const numCpus = cpus().length
|
||||
|
Loading…
x
Reference in New Issue
Block a user