From 9378d1dc91eb09793c67d139542fceb84c50085a Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Wed, 15 Sep 2021 10:55:46 +0200 Subject: [PATCH] code cleanup --- lib/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.js b/lib/util.js index 33aa174..68ccfb8 100644 --- a/lib/util.js +++ b/lib/util.js @@ -1043,7 +1043,7 @@ function plistParser(xmlStr) { } else { let nextTagPos = getNextTagPos(); let nextClosePos = getNextClosingTagPos(cpos.tag); - nextClosePosBlock = closingTag ? getNextClosingTagPos(closingTag) : 999999; + // nextClosePosBlock = closingTag ? getNextClosingTagPos(closingTag) : 999999; if (nextClosePos < nextTagPos.pos) { if (cpos.tag === 'key') { key = xmlStr.substring(0, nextClosePos);