@vodafoneuk/aim-mocking-logger
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -229,4 +229,4 @@ import merge from 'lodash/merge.js'; | ||
const strippedLine = ansiStrip(line); | ||
while (line.match("-") && strippedLine.length > config.systemCfg.consoleLineLength) { | ||
line = line.replace("-", ""); | ||
while (line.match("--") && strippedLine.length > config.systemCfg.consoleLineLength) { | ||
line = line.replace("--", ""); | ||
} | ||
@@ -233,0 +233,0 @@ return line; |
{ | ||
"name": "@vodafoneuk/aim-mocking-logger", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Api Interceptor Middleware - localized cache lib and middleware for dalmatian and other api calls", | ||
@@ -40,3 +40,3 @@ "author": "Radoslaw Swiat", | ||
}, | ||
"gitHead": "02ef0c30c69ae8aab7536a58852e03e4db56f9c7" | ||
"gitHead": "e058051a75cd8fefbb804f550fb96660bf3133b4" | ||
} |
Sorry, the diff of this file is not supported yet
58028