nw.js
nw.js copied to clipboard
"--single-process" not working
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>
It works for me on v0.85.0. Can you come up with a repro which crashes everytime?
--single-process is problematic on windows
https://github.com/eggplants/deepl-cli/pull/259#issue-2522926821