Skip to content

Commit 7b31279

Browse files
authored
chore: expand ignored commands in lingering processes check (#6747)
1 parent 048a795 commit 7b31279

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/build/src/core/lingering.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,12 @@ const IGNORED_COMMANDS = [
8383
'gatsby-telemetry',
8484
'jest-worker',
8585
'broccoli-babel-transpiler',
86+
87+
// Ignore internal processes wrapped in square brackets
88+
/^\[[^\]]+\]$/,
89+
90+
// Phoenix processes
91+
'/sbin/init-supervisor',
92+
'/usr/local/bin/sandbox',
93+
'bpfilter_umh',
8694
]

0 commit comments

Comments
 (0)