@cloud411716/fancy-webnovel 0.1.93 → 0.1.94
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
|
@@ -171,7 +171,7 @@ async function runScanWithChromiumFix(ctx, session, invocation, { platform, leng
|
|
|
171
171
|
const installOut = [];
|
|
172
172
|
|
|
173
173
|
installProc.stdout.on('data', d => { installOut.push(d.toString()); });
|
|
174
|
-
|
|
174
|
+
// stderr 不进 installOut(sudo 提示等交互信息不要混入最终报告)
|
|
175
175
|
|
|
176
176
|
// 注册 CTRL+C 取消处理:kill 安装进程
|
|
177
177
|
const stopCancel = onUserCancel(session, () => {
|