Skip to content

Commit e035db0

Browse files
committed
fix background process visual bug
1 parent 26e2d4c commit e035db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-app/src/dev-process-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function startDevProcesses(
5959
stderrFile,
6060
},
6161
(result) => {
62-
if (has(result, 'processId')) {
62+
if (has(result[0].value, 'processId')) {
6363
console.log(yellow(`- ${name}: ${command}`))
6464
} else {
6565
console.log(yellow(`- ${name}: ${command} — failed to start`))

0 commit comments

Comments
 (0)