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 cff29b7 commit 2b6d8bdCopy full SHA for 2b6d8bd
src/process/index.js
@@ -167,8 +167,6 @@ export default class ProcessServer {
167
// log(`got processes list in ${(performance.now() - startTime).toFixed(2)}ms`);
168
169
for (const { pid, exe: _path, args, cwd: _cwdPath = "" } of processes) {
170
- if (pid === 1) continue; // init system
171
- if (_path.length < 6) continue;
172
// eslint-disable-next-line no-undef
173
if (shouldIgnoreProcess(_path, process.platform)) continue;
174
0 commit comments