Skip to content

Commit 287dc2c

Browse files
committed
chore: Upgrade to bun V1.1.20
1 parent 5bc0a5d commit 287dc2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bun.lockb

0 Bytes
Binary file not shown.

src/graphql.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function createGraphql(ctx: WxtQueueCtx) {
2020

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

3636
const end = performance.now();
3737
consola.debug(
38-
`${pc.dim(`-- [${id}]`)} ${pc.green(method)} ${pc.cyan(
38+
`${pc.dim(`--> [${id}]`)} ${pc.green(method)} ${pc.cyan(
3939
pc.bold(operationName),
4040
)} ${(end - start).toFixed(3)}ms`,
4141
);

0 commit comments

Comments
 (0)