diff options
author | 2023-05-30 20:05:48 +0800 | |
---|---|---|
committer | 2023-05-30 08:05:48 -0400 | |
commit | cf621340b00fda441f4ef43196c0363d09eae70c (patch) | |
tree | e3fc963ba6dced58b7657b7cdedaed5c80f49c3b /.changeset | |
parent | 29da199e9a11db7e7767e559d3344276f8b9a17e (diff) | |
download | astro-cf621340b00fda441f4ef43196c0363d09eae70c.tar.gz astro-cf621340b00fda441f4ef43196c0363d09eae70c.tar.zst astro-cf621340b00fda441f4ef43196c0363d09eae70c.zip |
Bug 6672 (#7062)
* fix miss a head when the templaterender has a promise
* fix
* add some test
* test files move to md directory
* fix add
* delect file
---------
Co-authored-by: wuls <linsheng.wu@beantechs.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/small-wombats-know.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/small-wombats-know.md b/.changeset/small-wombats-know.md new file mode 100644 index 000000000..ca826a1aa --- /dev/null +++ b/.changeset/small-wombats-know.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +fix miss a head when the templaterender has a promise |