Skip to content

Commit

Permalink
rm accident change
Browse files Browse the repository at this point in the history
  • Loading branch information
linh-transcend committed Feb 8, 2024
1 parent f485fb8 commit 1b29f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const inheritLogLevels = (logLevels: LogLevel[]): LogLevel[] => {
};

const wildcardLogLevels = ['all', '*'];
const logLevelsSetting = (settings.log ?? 'warn error').toLowerCase();
const logLevelsSetting = (settings.log ?? '').toLowerCase();

/**
* Enabled log levels
Expand Down

0 comments on commit 1b29f65

Please sign in to comment.