"profiler/vscode:/vscode.git/clone" did not exist on "48918ab97a740dfab8f736e165ac0577435d1bc0"
Commit c4e1446d authored by jbeder's avatar jbeder
Browse files

Fixed bug in emitting null nodes

parent d0870b41
......@@ -260,6 +260,8 @@ namespace YAML
// write content
if(node.m_pContent)
node.m_pContent->Write(out);
else
out << "";
return out;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment