Closed JacopKane closed 5 years ago
Previously passing arguments were failing as node process detecting passed -- arg=test as file and trying to open a file named arg=test, this PR should fix it
-- arg=test
arg=test
Applied args setting as in the documentation here: https://nodejs.org/api/cluster.html#cluster_cluster_settings
args
@wmertens Cheers will check soon!
Previously passing arguments were failing as node process detecting passed
-- arg=test
as file and trying to open a file namedarg=test
, this PR should fix itApplied
args
setting as in the documentation here: https://nodejs.org/api/cluster.html#cluster_cluster_settings