Lazy plugs (#596)
* Manifest caching and lazy loading of plug workers * Fixes #546 Plug unloading after time out
This commit is contained in:
@@ -114,7 +114,13 @@ export class EventedSpacePrimitives implements SpacePrimitives {
|
||||
meta,
|
||||
);
|
||||
if (!selfUpdate) {
|
||||
await this.dispatchEvent("file:changed", name, true);
|
||||
await this.dispatchEvent(
|
||||
"file:changed",
|
||||
name,
|
||||
true,
|
||||
undefined,
|
||||
newMeta.lastModified,
|
||||
);
|
||||
}
|
||||
this.spaceSnapshot[name] = newMeta.lastModified;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user