Skip to content

Commit

Permalink
PDE-5636 use response url as fallback in debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Natay committed Dec 27, 2024
1 parent a0109d0 commit 81080ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/utils/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const callAPI = async (
}
}

debug(`>> ${requestOptions.method} ${requestOptions.url}`);
debug(`>> ${requestOptions.method} ${requestOptions.url || res.url}`);

if (requestOptions.body) {
const replacementStr = 'raw zip removed in logs';
Expand Down

0 comments on commit 81080ae

Please sign in to comment.