We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc0a5d commit 287dc2cCopy full SHA for 287dc2c
bun.lockb
0 Bytes
src/graphql.ts
@@ -20,7 +20,7 @@ export function createGraphql(ctx: WxtQueueCtx) {
20
21
const start = performance.now();
22
consola.debug(
23
- `${pc.dim(`←-- [${id}]`)} ${pc.green(method)} ${pc.cyan(
+ `${pc.dim(`<-- [${id}]`)} ${pc.green(method)} ${pc.cyan(
24
pc.bold(operationName),
25
)}`,
26
);
@@ -35,7 +35,7 @@ export function createGraphql(ctx: WxtQueueCtx) {
35
36
const end = performance.now();
37
38
- `${pc.dim(`--→ [${id}]`)} ${pc.green(method)} ${pc.cyan(
+ `${pc.dim(`--> [${id}]`)} ${pc.green(method)} ${pc.cyan(
39
40
)} ${(end - start).toFixed(3)}ms`,
41
0 commit comments