Guard browser OPFS explicit session file group
This commit is contained in:
@@ -9680,11 +9680,12 @@
|
||||
);
|
||||
|
||||
const iniOverrideMachineId = "browser-ini-override-session";
|
||||
const explicitParameterFilename = "browser-explicit.var";
|
||||
const explicitToolTableFilename = "browser-explicit-tool.tbl";
|
||||
const explicitSessionFiles = opfsCustomSessionFiles("browser-explicit.var", "browser-explicit-tool.tbl");
|
||||
const iniOverrideIniWasmPath = opfsMachineIniWasmPath(iniOverrideMachineId);
|
||||
const explicitParameterWasmPath = opfsCustomSessionWasmPath(explicitParameterFilename);
|
||||
const explicitToolTableWasmPath = opfsCustomSessionWasmPath(explicitToolTableFilename);
|
||||
const explicitParameterFilename = explicitSessionFiles.filenames.parameters;
|
||||
const explicitToolTableFilename = explicitSessionFiles.filenames.toolTable;
|
||||
const explicitParameterWasmPath = explicitSessionFiles.wasm.parameters;
|
||||
const explicitToolTableWasmPath = explicitSessionFiles.wasm.toolTable;
|
||||
const browserIniOverrideTextPaths = await saveMachineTextFiles(iniOverrideMachineId, {
|
||||
ini: opfsCustomSessionIniText(
|
||||
iniOverrideMachineId,
|
||||
|
||||
Reference in New Issue
Block a user