Complete redo of content indexing and querying (#517)
Complete redo of data store Introduces live queries and live templates
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ export class Plug<HookT> {
|
||||
`Function ${name} is not available in ${this.runtimeEnv}`,
|
||||
);
|
||||
}
|
||||
return await sandbox.invoke(name, args);
|
||||
return sandbox.invoke(name, args);
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
||||
Reference in New Issue
Block a user