Skip to content

Commit eef5d2d

Browse files
committed
Update docs
1 parent 80ace78 commit eef5d2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<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>
5+
<title>tslog - Extensible TypeScript Logger for Node.js and Browser.</title>
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7-
<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.">
7+
<meta name="description" content="Extensible TypeScript Logger for Node.js and Browser.">
88
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
99
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
1010
</head>

tests/Nodejs/10_Overwrites.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe("Overwrites", () => {
6767
addMeta: (logObj: any, logLevelId: number, logLevelName: string) => {
6868
return (result = logObj);
6969
},
70-
transportFormatted: () => { },
70+
transportFormatted: () => {},
7171
},
7272
});
7373

0 commit comments

Comments
 (0)