Skip to content

Commit 57adac0

Browse files
author
Amoki
committed
ignore opbeat in istanbul
1 parent 63ebcc4 commit 57adac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22

3-
3+
/* istanbul ignore next */
44
module.exports.logError = function logError(err, req, extra) {
55
// No logging on test or if err is undefined
66
if(process.env.NODE_ENV === "test" || !err) {

0 commit comments

Comments
 (0)