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.
2 parents b9ba29e + c4ba30a commit 8334771Copy full SHA for 8334771
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