Skip to content

Commit

Permalink
Minor styling change
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Sep 17, 2021
1 parent e1d1ee8 commit ae54cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let channel = {
function getFormattedTime()
{
let time = new Date();
return `${time.getFullYear()}-${time.getMonth()+1}-${time.getDate()} ${time.getHours()}:${time.getMinutes()}`
return `${time.getFullYear()}-${time.getMonth()+1}-${time.getDate()} ${time.getHours()}:${time.getMinutes()}`;
}

function formatSingleMessage(message: any)
Expand Down

0 comments on commit ae54cb4

Please sign in to comment.