Skip to content

Commit

Permalink
Remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
quaertym committed Apr 8, 2022
1 parent db51b4b commit 18fffd2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ module.exports = {
const emberPosition = process.argv.findIndex(arg => arg.endsWith('/ember'));
const ranWithInit = process.argv[emberPosition + 1] === 'init';

if (ranWithInit) {
process.emitWarning('Skipped dependency checker…');
} else {
if (!ranWithInit) {
const reporter = new Reporter();
const dependencyChecker = new DependencyChecker(this.project, reporter);
dependencyChecker.checkDependencies();
Expand Down

0 comments on commit 18fffd2

Please sign in to comment.