mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Fix type of plugin (#5321)
This commit is contained in:
parent
33a035ee0d
commit
2634a8402c
@ -147,7 +147,7 @@ impl Value {
|
||||
Self::Args(_) => Type::of::<Args>(),
|
||||
Self::Type(_) => Type::of::<Type>(),
|
||||
Self::Module(_) => Type::of::<Module>(),
|
||||
Self::Plugin(_) => Type::of::<Module>(),
|
||||
Self::Plugin(_) => Type::of::<Plugin>(),
|
||||
Self::Dyn(v) => v.ty(),
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user