mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
fix: arch linux崩溃
This commit is contained in:
parent
5ca14f224f
commit
41370c6371
@ -1,3 +1,8 @@
|
|||||||
|
## 🌈 v0.1.4 / 2025-05-02
|
||||||
|
|
||||||
|
🐞 Bug Fixes
|
||||||
|
- 修正:Arch Linux崩溃
|
||||||
|
|
||||||
## 🌈 v0.1.3 / 2025-02-17
|
## 🌈 v0.1.3 / 2025-02-17
|
||||||
|
|
||||||
🐞 Bug Fixes
|
🐞 Bug Fixes
|
||||||
|
@ -38,7 +38,7 @@ namespace WXSS
|
|||||||
if (
|
if (
|
||||||
i
|
i
|
||||||
&& cur->offset_164 > this->offset_120[i - 1]->offset_168
|
&& cur->offset_164 > this->offset_120[i - 1]->offset_168
|
||||||
&& a2[a2.length() - 1] != '\n'
|
&& (a2.length() == 0 || a2[a2.length() - 1] != '\n')
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
a2 += " ";
|
a2 += " ";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user