@cloud411716/fancy-webnovel 0.1.96 → 0.1.97

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud411716/fancy-webnovel",
3
- "version": "0.1.96",
3
+ "version": "0.1.97",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -167,6 +167,7 @@ async function runScanWithChromiumFix(ctx, session, invocation, { platform, leng
167
167
  ], {
168
168
  stdio: ['pipe', 'pipe', 'pipe'],
169
169
  cwd: process.cwd(),
170
+ setsid: true, // 创建新 session,无 controlling TTY,sudo 密码不会跑到输入框
170
171
  });
171
172
  const installOut = [];
172
173