"--single-process" not working
ssnangua opened this issue · 2 comments
ssnangua commented
It seems that the stable and works fine version is v0.70.1,
the v0.71.0 version sometimes works and sometimes crashes,
the newer versions always crash.
OS: Windows 10
package.json
{
"name": "test",
"version": "0.0.1",
"main": "index.html",
"chromium-args": "--single-process"
}
index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>test</title>
</head>
<body>
<h1>test</h1>
</body>
</html>
ayushmanchhabra commented
It works for me on v0.85.0. Can you come up with a repro which crashes everytime?
Deleted user commented
--single-process
is problematic on windows
eggplants/deepl-cli#259 (comment)