Skip to content

Commit a87dcb7

Browse files
[console-message-handler] Fixed colors symbol in browser (#13)
* Fixed end color symbol emit in browser. * Rebuilded code.
1 parent 787154c commit a87dcb7

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

@types/handlers/console-message-handler.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export declare class ConsoleMessageHandler extends MessageHandlerBase {
33
constructor(configuration?: Partial<ConsoleMessageHandler.Configuration>);
44
private configuration;
55
private readonly defaultConfiguration;
6-
private resolveLogLevelPrefix(level, colorStart);
6+
private resolveLogLevelPrefix(level, colorString);
77
HandleMessage(level: LogLevel, timestamp: number, messages: any[]): void;
88
}
99
export declare namespace ConsoleMessageHandler {

dist/simplr-logger.js

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)