mirror of
https://github.com/typst/typst
synced 2025-08-15 23:48:32 +08:00
Fix compilation error in typst-cli
This commit is contained in:
parent
6e8ce9ebd5
commit
9682d40c32
@ -63,6 +63,8 @@ fn retrieve(
|
||||
EvalMode::Code,
|
||||
Scope::default(),
|
||||
)
|
||||
// TODO: propagate warnings
|
||||
.map(|(result, _sink)| result)
|
||||
.map_err(|errors| {
|
||||
let mut message = EcoString::from("failed to evaluate selector");
|
||||
for (i, error) in errors.into_iter().enumerate() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user