| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
PR-URL: #52056 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
PR-URL: #52056 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
| Back | FazBrowse Home | New Git URL |
the error is as follows.
TypeError [ERR_INVALID_ARG_VALUE]: The argument 'options' is invalid. Received { path: null, backlog: 0, readableAll: undefined, writableAll: undefined } at new NodeError (node:internal/errors:405:5) at Server.listen (node:net:2016:9) at new RoundRobinHandle (node:internal/cluster/round_robin_handle:36:17) at queryServer (node:internal/cluster/primary:298:16) at Worker.onmessage (node:internal/cluster/primary:254:5) at ChildProcess.onInternalMessage (node:internal/cluster/utils:49:5) at ChildProcess.emit (node:events:523:35) at emit (node:internal/child_process:944:14) at process.processTicksAndRejections (node:internal/process/task_queues:83:21)I think it should not call cluster._getServer in this scenario(listen with handle).