Skip to content

Commit

Permalink
Error message update
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Zeithaml <[email protected]>
  • Loading branch information
Martin-Zeithaml committed Aug 22, 2024
1 parent bc135d3 commit 9fa74fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/utils/curl.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const req = HTTP.request(options, (res) => {

// handling errors
req.on('error', (e) => {
const msg = `Request failed (${e.code}): ${e.message}\n` +
const msg = `bin/utils/curl.js: Request failed (${e.code}): ${e.message}\n` +
(verbose ? e.stack + '\n' : '');
exitWithError(2, msg);
});
Expand Down

0 comments on commit 9fa74fa

Please sign in to comment.