fix(dynamic string): dynamic sections not respecting ordering

Fixes #69.
This commit is contained in:
Jake Stanger
2023-03-01 23:09:34 +00:00
parent 7212bbcf61
commit 8cbb73b75e

View File

@@ -71,6 +71,9 @@ impl DynamicString {
let tx = tx.clone();
let label_parts = label_parts.clone();
// insert blank value to preserve segment order
lock!(label_parts).push(String::new());
spawn(async move {
script
.run(|(out, _)| {