@lvce-editor/main-process 4.9.0 → 4.10.0

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.
@@ -4239,7 +4239,7 @@ const getElectronFileResponseConfig = async (url, request) => {
4239
4239
  return getNotFoundResponse();
4240
4240
  }
4241
4241
  const responseHeaders = headers[match];
4242
- const absolutePath = getAbsolutePath(match);
4242
+ const absolutePath = getAbsolutePath(actual);
4243
4243
  if (!existsSync(absolutePath)) {
4244
4244
  return getNotFoundResponse();
4245
4245
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/main-process",
3
- "version": "4.9.0",
3
+ "version": "4.10.0",
4
4
  "keywords": [
5
5
  "lvce-editor",
6
6
  "electron"