Skip to content

Commit 4eb503e

Browse files
committed
Better meta value syntax highlighting
1 parent 55e7c55 commit 4eb503e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function logImport (importData) {
3434
if (metaKey === 'deps') continue;
3535
var metaValue = metadata[metaKey];
3636
if (metaValue !== undefined) {
37-
console.log(`${metaKey}: ${metaValue}`);
37+
console.log(`${metaKey}:`,metaValue);
3838
}
3939
}
4040
console.group(' deps: ', importData.deps.length);

0 commit comments

Comments
 (0)