Seperate process worker fails to launch when Node is started with --inspect flag
Created by: nirmalvp
Description
When the node process is started with the --inspect flag, bull fails to start a child process for the process worker with the error message : " error: unknown option `--inspect' "
Test code to reproduce
nodemon index.js --inspect --exec babel-node
Bull version
3.3.7