Skip to content

Commit 81b9a93

Browse files
committed
move comment
1 parent a90aade commit 81b9a93

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
@@ -219,9 +219,9 @@ export function createConsolaReporter(options: ConsolaReporterOptions = {}): Con
219219
}
220220
const message = messageParts.join(' ');
221221

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

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

0 commit comments

Comments
 (0)