Skip to content

Commit

Permalink
fix: don't override debug namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JackuB committed Feb 14, 2022
1 parent 49b0749 commit 1e80b8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/cli/args.ts
Expand Up @@ -34,6 +34,7 @@ alias.p = 'prune-repeated-subdependencies';
const DEBUG_DEFAULT_NAMESPACES = [
'snyk-test',
'snyk',
'snyk-code',
'snyk:find-files',
'snyk:run-test',
'snyk:prune',
Expand Down
1 change: 0 additions & 1 deletion src/lib/plugins/sast/index.ts
Expand Up @@ -12,7 +12,6 @@ import { FailedToRunTestError, NoSupportedSastFiles } from '../../errors';
import { jsonStringifyLargeObject } from '../../json';
import * as analytics from '../../analytics';

debugLib.enable('snyk-code');
const debug = debugLib('snyk-code');

export const codePlugin: EcosystemPlugin = {
Expand Down

0 comments on commit 1e80b8c

Please sign in to comment.