Skip to content

Commit

Permalink
fix debugpackage logging
Browse files Browse the repository at this point in the history
  • Loading branch information
radubrehar committed Sep 16, 2024
1 parent 086def5 commit 6c6d0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/src/utils/debugPackage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ function debugPackage(channelName: string): any {

logFn(...theArgs);
} else {
logFn(`%c[${channel}]`, `color: ${color}`, ...args);
logFn(`%c[${channel}]%c %s`, `color: ${color}`, '', ...args);
}
}
},
Expand Down

0 comments on commit 6c6d0bb

Please sign in to comment.