Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Oct 24, 2022
1 parent 26af64b commit 3db3962
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1322,6 +1322,7 @@ async function webviewPreloads(ctx: PreloadContext) {
private async _load(): Promise<rendererApi.RendererApi | undefined> {
// Preloads need to be loaded before loading renderers.
await kernelPreloads.waitForAllCurrent();

const module: RendererModule = await __import(this.data.entrypoint.path);
if (!module) {
return;
Expand Down

0 comments on commit 3db3962

Please sign in to comment.