We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e2d4c commit e035db0Copy full SHA for e035db0
npm-app/src/dev-process-manager.ts
@@ -59,7 +59,7 @@ export function startDevProcesses(
59
stderrFile,
60
},
61
(result) => {
62
- if (has(result, 'processId')) {
+ if (has(result[0].value, 'processId')) {
63
console.log(yellow(`- ${name}: ${command}`))
64
} else {
65
console.log(yellow(`- ${name}: ${command} — failed to start`))
0 commit comments