Showing 1 of 3 total issues
Function spawnProcess
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
spawnProcess(cb) {
const stderr = [];
const server = cp.spawn('node', [req.resolve('../bin/server.js')], {
stdio: ['pipe', 'ignore', 'pipe', 'ipc'],
});