mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 14:09:31 +02:00
Fixed comment
This commit is contained in:
@@ -60,7 +60,7 @@ const convertObjectToXml = (
|
||||
xml += convertObjectToXml(value, options, depth + 1);
|
||||
xml += `${getIndentation(options, depth)}</${keyString}>${newline}`;
|
||||
|
||||
// All other types are tre
|
||||
// All other types are treated the same way
|
||||
} else {
|
||||
xml += `${getIndentation(options, depth)}<${keyString}>${escapeXml(
|
||||
String(value)
|
||||
|
Reference in New Issue
Block a user