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…
Reference in New Issue