Skip to content

Commit

Permalink
Better meta value syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
peteruithoven committed Aug 15, 2015
1 parent 55e7c55 commit 4eb503e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function logImport (importData) {
if (metaKey === 'deps') continue;
var metaValue = metadata[metaKey];
if (metaValue !== undefined) {
console.log(`${metaKey}: ${metaValue}`);
console.log(`${metaKey}:`,metaValue);
}
}
console.group(' deps: ', importData.deps.length);
Expand Down

0 comments on commit 4eb503e

Please sign in to comment.