Skip to content

Commit 75774d9

Browse files
committed
move comment
1 parent 1775246 commit 75774d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/integrations/consola.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ export function createConsolaReporter(options: ConsolaReporterOptions = {}): Con
226226
}
227227
const message = messageParts.join(' ');
228228

229-
// Build attributes: `rest` properties from logObj get a "consola" prefix; base attributes added below may override
230229
const attributes: Record<string, unknown> = {};
231230

231+
// Build attributes: `rest` properties from logObj get a "consola" prefix; base attributes added below may override
232232
for (const [key, value] of Object.entries(rest)) {
233233
attributes[`consola.${key}`] = value;
234234
}

0 commit comments

Comments
 (0)