Skip to content

Commit

Permalink
Pass kernel name
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiaSliusar committed Dec 10, 2024
1 parent f34efbb commit 5f7d831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class XeusRemoteKernel {

let packageData: IPackagesInfo = {};
try{
packageData = await bootstrapFromEmpackPackedEnvironment(packagesJsonUrl, verbose, false, globalThis.Module, pkgRootUrl);
packageData = await bootstrapFromEmpackPackedEnvironment(packagesJsonUrl, verbose, false, globalThis.Module, pkgRootUrl, kernelSpec.name);
} catch(error: any) {

throw new Error(error.message);
Expand Down

0 comments on commit 5f7d831

Please sign in to comment.