Skip to content

Commit

Permalink
improve diagnositics output
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jan 19, 2025
1 parent 4079cc7 commit d04cb78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/src/plugins/resource/plugin-node-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ class NodeModulesResource extends ResourceInterface {
console.log('****************************************************************************');

Object.keys(diagnostics).forEach((diagnostic) => {
console.warn(diagnostics[diagnostic]);
console.warn(`- ${diagnostics[diagnostic]}\n`);
});

console.log('Learn more about these warnings at => https://greenwoodjs.dev/docs/introduction/web-standards/#import-maps');
console.log('>>> Learn more about these warnings at https://greenwoodjs.dev/docs/introduction/web-standards/#import-maps <<<');
console.log('****************************************************************************');
}

Expand Down

0 comments on commit d04cb78

Please sign in to comment.