Skip to content

Commit

Permalink
fix: fix formatting of debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
thislooksfun committed Apr 10, 2022
1 parent 351c27b commit 3630026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gateway/gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function debugRequest(method: string, path: string, options: GotOptions) {

function debugResponse(method: string, path: string, response: unknown) {
debug.response(
"Got response for %s request to '%path': %O",
"Got response for %s request to '%s': %O",
method,
path,
response
Expand Down

0 comments on commit 3630026

Please sign in to comment.