mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 20:57:44 +00:00
fix: leave multiline strings in literal mode (#822)
This commit is contained in:
@@ -107,6 +107,7 @@ export function dumpBundle(obj: any, format: BundleOutputFormat, dereference?: b
|
||||
} else {
|
||||
return stringifyYaml(obj, {
|
||||
noRefs: !dereference,
|
||||
lineWidth: -1,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user