Skip to content

Commit

Permalink
Fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Pattyn committed May 4, 2018
1 parent c5c4370 commit 65feabe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/karl.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ LOG_LEVELS.forEach(function(level) {
lineNumber: caller.getLineNumber(),
functionName: caller.getFunctionName() || "<anonymous>"
};

if (logOptions.enrich) {
logOptions.enrich(message);
}
Expand Down

0 comments on commit 65feabe

Please sign in to comment.