Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
terehov committed Aug 5, 2023
1 parent 80ace78 commit eef5d2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>tslog - 📝 Extensible TypeScript Logger for Node.js and Browser: Dependency free, Fully customizable, Pretty errors, stack traces, and JSON output to attachable transports.</title>
<title>tslog - Extensible TypeScript Logger for Node.js and Browser.</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="📝 Extensible TypeScript Logger for Node.js and Browser: Dependency free, Fully customizable, Pretty errors, stack traces, and JSON output to attachable transports.">
<meta name="description" content="Extensible TypeScript Logger for Node.js and Browser.">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion tests/Nodejs/10_Overwrites.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe("Overwrites", () => {
addMeta: (logObj: any, logLevelId: number, logLevelName: string) => {
return (result = logObj);
},
transportFormatted: () => { },
transportFormatted: () => {},
},
});

Expand Down

0 comments on commit eef5d2d

Please sign in to comment.