From 65feabebddca3b4b6a8db1028d6c5dec109b2c68 Mon Sep 17 00:00:00 2001 From: Kurt Pattyn Date: Fri, 4 May 2018 16:00:46 +0200 Subject: [PATCH] Fix style issue --- lib/karl.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/karl.js b/lib/karl.js index 1c918c8..61951ac 100644 --- a/lib/karl.js +++ b/lib/karl.js @@ -370,6 +370,7 @@ LOG_LEVELS.forEach(function(level) { lineNumber: caller.getLineNumber(), functionName: caller.getFunctionName() || "" }; + if (logOptions.enrich) { logOptions.enrich(message); }