Skip to content

Commit

Permalink
ticket-1493 Removed not needed redundant zeros in log
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-skalelabs committed Jun 21, 2023
1 parent e077400 commit 7667b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npms/skale-log/log.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export function createStandardOutputStream() {
"write": function( s ) {
const x =
this.strOwnIndent +
+ ( this.haveOwnTimestamps ? generateTimestampPrefix( null, true ) : "" ) +
( this.haveOwnTimestamps ? generateTimestampPrefix( null, true ) : "" ) +
s;
try {
if( this.objStream )
Expand Down

0 comments on commit 7667b81

Please sign in to comment.