We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10bccb6 commit c3d256fCopy full SHA for c3d256f
README.md
@@ -185,6 +185,9 @@ Logging can be stopped by firing the function returned by `logProcessErrors()`
185
import/no-unresolved, unicorn/filename-case, strict, no-undef -->
186
187
```js
188
-const stopLogging = logProcessErrors()
+const logProcessErrors = require('log-process-errors/custom')
189
+
190
+const stopLogging = logProcessErrors(options)
191
192
stopLogging()
193
```
0 commit comments