jet-logger 1.2.4 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ param, JetLogger will use node's `util` so that the full object gets printed. Yo
|
|
|
40
40
|
use this param, but it is especially useful when debugging errors so that you can print out the full
|
|
41
41
|
error object and observe the stack trace.<br>
|
|
42
42
|
|
|
43
|
-
Let's look at some sample code in an express route. Here's a link to a sample-project which displays
|
|
43
|
+
Let's look at some sample code in an express route. Here's a link to a sample-project which displays similar to what's below (https://github.com/seanpmaxwell/jet-logger-sample).
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
````typescript
|