@lvce-editor/main-process 4.2.0 → 4.3.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.
- package/dist/mainProcessMain.js +1 -1
- package/package.json +1 -1
package/dist/mainProcessMain.js
CHANGED
|
@@ -3388,7 +3388,7 @@ const xdgData = env.XDG_DATA_HOME || (homeDirectory ? join(homeDirectory, '.loca
|
|
|
3388
3388
|
join(xdgData || tmpdir(), applicationName);
|
|
3389
3389
|
const chromeUserDataPath = xdgCache ? join(xdgCache, applicationName, 'userdata') : '';
|
|
3390
3390
|
|
|
3391
|
-
const useIpcForResponse =
|
|
3391
|
+
const useIpcForResponse = true;
|
|
3392
3392
|
const getSessionId = () => {
|
|
3393
3393
|
return process.env.SESSION_ID || `persist:${scheme}`;
|
|
3394
3394
|
};
|