SilverBullet pivot to become an offline-first PWA (#403)
This commit is contained in:
@@ -6,7 +6,7 @@ export default function assetSyscalls(system: System<any>): SysCallMapping {
|
||||
ctx,
|
||||
name: string,
|
||||
): string => {
|
||||
return system.loadedPlugs.get(ctx.plug.name)!.assets!.readFileAsDataUrl(
|
||||
return system.loadedPlugs.get(ctx.plug.name!)!.assets!.readFileAsDataUrl(
|
||||
name,
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user