Closed
Description
In the docs for clusters, there is a missing '
. It says:
Within a worker,
process.on('message)
may also be used.
It should say:
Within a worker,
process.on('message')
may also be used.
That's it.
In the docs for clusters, there is a missing '
. It says:
Within a worker,
process.on('message)
may also be used.
It should say:
Within a worker,
process.on('message')
may also be used.
That's it.