Fix xpath filtering

This commit is contained in:
Gregory Schier
2024-08-08 22:54:15 -07:00
parent 3153a38b7b
commit b5eed9bf9d
12 changed files with 35 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
pub mod error;
mod events;
pub mod events;
pub mod manager;
mod nodejs;
pub mod plugin;