Skip to content

Commit

Permalink
Merge pull request #1215 from snyk/feat/expose-snyk-test-debug-context
Browse files Browse the repository at this point in the history
feat: expose snyk-test debug context
  • Loading branch information
lili2311 authored Jun 18, 2020
2 parents 17b705b + f22061d commit f7c0abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ alias.t = 'test';
// The -d flag enables printing the messages for predefined namespaces.
// Additional ones can be specified (comma-separated) in the DEBUG environment variable.
const DEBUG_DEFAULT_NAMESPACES = [
'snyk-test',
'snyk',
'snyk-gradle-plugin',
'snyk-sbt-plugin',
Expand Down

0 comments on commit f7c0abf

Please sign in to comment.