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 63ebcc4 commit 57adac0Copy full SHA for 57adac0
lib/utils.js
@@ -1,6 +1,6 @@
1
"use strict";
2
3
-
+/* istanbul ignore next */
4
module.exports.logError = function logError(err, req, extra) {
5
// No logging on test or if err is undefined
6
if(process.env.NODE_ENV === "test" || !err) {
0 commit comments