Skip to content

Commit

Permalink
return str as template literal to handle line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
markayers committed Jan 20, 2021
1 parent 8d41494 commit e6cce61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LoggerHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export class LoggerHelper {
resultStr
);
}, str)
: str;
: `${str}`;
}

private static _stylizeWithColor<T>(
Expand Down

0 comments on commit e6cce61

Please sign in to comment.