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 b5d20b4 commit c4ba30aCopy full SHA for c4ba30a
redisinsight/api/src/utils/auto-discovery-helper.ts
@@ -36,7 +36,7 @@ export const getRunningProcesses = async (): Promise<string[]> => new Promise((r
36
stdoutData += data.toString();
37
});
38
39
- proc.stdout.on('error', (e) => {
+ proc.on('error', (e) => {
40
reject(e);
41
42
0 commit comments