Skip to content

Commit f9f8af2

Browse files
committed
fix: Logger errors
1 parent 87d38c8 commit f9f8af2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Private/Logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function getCurrentTime() {
3030
function getErrorString(error: Error): string {
3131
return `${error.toString()}${error.stack
3232
?.replaceAll(error.toString(), '')
33-
.replaceAll('Hypixel Discord Guild Chat Bridge:', '\nHypixel Discord Guild Chat Bridge:')}`;
33+
.replaceAll('Spotify Manager:', '\nSpotify Manager:')}`;
3434
}
3535

3636
function logSomething(message: string, log: LogData): void {

0 commit comments

Comments
 (0)