Skip to content

Commit

Permalink
fix: typo with debug message formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins committed Dec 14, 2023
1 parent 791c146 commit bf7de07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ionic/cli/src/lib/utils/superagent-proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function setup(superagent: any, uri?: string): SuperAgent<SuperAg
*/

function proxy(this: any, uri?: string) {
debug('Request#proxy(%0)', uri);
debug('Request#proxy(%o)', uri);
// we need to observe the `url` field from now on... Superagent sometimes
// re-uses the `req` instance but changes its `url` field (i.e. in the case of
// a redirect), so when that happens we need to potentially re-set the proxy
Expand Down

0 comments on commit bf7de07

Please sign in to comment.