Flush writer

This commit is contained in:
sowgro
2025-05-18 00:55:34 -04:00
parent b737d931bb
commit 87639fb027

View File

@@ -289,6 +289,7 @@ namespace PckStudio.Forms.Editor
JsonSerializer serializer = new JsonSerializer();
serializer.Formatting = Formatting.Indented;
serializer.Serialize(writer, _file.Root.ChildRules);
writer.Flush();
}
}
}