Skip to content

Commit

Permalink
refactor: keep quiet untouch when printing graph
Browse files Browse the repository at this point in the history
  • Loading branch information
mcombuechen committed Aug 10, 2024
1 parent b90e3d9 commit 4f9ef8f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/snyk-test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ async function executeTest(root, options) {
);
}

if (options['print-graph']) {
options.quiet = true;
}

return run(root, options, featureFlags).then((results) => {
for (const res of results) {
if (!res.packageManager) {
Expand Down

0 comments on commit 4f9ef8f

Please sign in to comment.