Skip to content

Commit

Permalink
chore: Upgrade to bun V1.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Jul 18, 2024
1 parent 5bc0a5d commit 287dc2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions src/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function createGraphql(ctx: WxtQueueCtx) {

const start = performance.now();
consola.debug(
`${pc.dim(`-- [${id}]`)} ${pc.green(method)} ${pc.cyan(
`${pc.dim(`<-- [${id}]`)} ${pc.green(method)} ${pc.cyan(
pc.bold(operationName),
)}`,
);
Expand All @@ -35,7 +35,7 @@ export function createGraphql(ctx: WxtQueueCtx) {

const end = performance.now();
consola.debug(
`${pc.dim(`-- [${id}]`)} ${pc.green(method)} ${pc.cyan(
`${pc.dim(`--> [${id}]`)} ${pc.green(method)} ${pc.cyan(
pc.bold(operationName),
)} ${(end - start).toFixed(3)}ms`,
);
Expand Down

0 comments on commit 287dc2c

Please sign in to comment.