Skip to content

Commit

Permalink
Fix process stalling after test run in Node v20+. (#3976)
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Dec 12, 2023
1 parent ac00a59 commit fc10ac1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/utils/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ class AnalyticsCollector {
} else {
resolve(response);
}

response.on('data', (_) => {});
});

request.on('error', (result) => {
Expand Down

0 comments on commit fc10ac1

Please sign in to comment.