Skip to content

Commit

Permalink
silent stat record error
Browse files Browse the repository at this point in the history
  • Loading branch information
galymax committed Jul 10, 2024
1 parent 52cf8a4 commit 596bc78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23240,9 +23240,9 @@ async function recordResult(points, result) {
'Content-Length': payload.length
}
});
req.on('error', error => {
throw error;
});
//req.on('error', error => {
// throw error;
//});
req.write(payload);
req.end();
}
Expand Down

0 comments on commit 596bc78

Please sign in to comment.