Closed pgriess closed 14 years ago
This is currently hard-coded to process.argv[0](really we should use process.execPath anyway). Instead, we should allow the caller to override this using the new 'opts' argument to the Worker() constructor.
Fixed in fdb6aecfc1816ce3c58c754657e7a4da939d5f01.
This is currently hard-coded to process.argv[0](really we should use process.execPath anyway). Instead, we should allow the caller to override this using the new 'opts' argument to the Worker() constructor.