@jupyterlite/xeus 3.1.4 → 3.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -222,7 +222,7 @@ export class WebWorkerKernel {
222
222
  await this._remoteKernel.cd('/files');
223
223
  }
224
224
  else {
225
- await this._remoteKernel.cd(localPath);
225
+ await this._remoteKernel.cd(`/drive/${localPath}`);
226
226
  }
227
227
  }
228
228
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlite/xeus",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "description": "JupyterLite Xeus kernels",
5
5
  "keywords": [
6
6
  "jupyter",