Skip to content

Commit

Permalink
Change log level in skipSpawnMessage #224
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonStnn committed Jun 18, 2024
1 parent 68d639b commit 6e094c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/background/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ const updateBadgeColors = () => {
.min;
const skipSpawnMessage = (note: any, level: LogLevelNames = 'softwarn') => {
log[level](`Skipping spawnBalloon message: \r\n\t`, note);
log.timeEnd('info', 'Spawn Time');
log.groupEnd('info');
log.timeEnd('debug', 'Spawn Time');
log.groupEnd('debug');
};

// Check if there is a spawn timeout
Expand Down

0 comments on commit 6e094c2

Please sign in to comment.