Skip to content

Commit

Permalink
Always load kernel scripts as esm modules
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Jan 22, 2023
1 parent f6c9f22 commit 7907e3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ async function webviewPreloads(ctx: PreloadContext) {
});
}


async function runKernelPreload(url: string): Promise<void> {
try {
return await activateModuleKernelPreload(url);
Expand Down

0 comments on commit 7907e3f

Please sign in to comment.