You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2026. It is now read-only.
打包版编译 worker 首次 stat asar 内文件会打
[DEP0180] DeprecationWarning: fs.Stats constructor is deprecated—— 根因是 Electron 本体 asar shim(asarStatsToFsStats)使用已弃用的fs.Stats构造器,上游跟踪:electron/electron#47390(截至 2026-07-07 仍 open,confirmed,34–37 全系受影响,本仓库 pin ^41.2.1 同在范围内)。编译控制台的展示层过滤已由 #113 处理(保留原始 stderr,不影响诊断)。本 issue 只跟一件事:上游修复发版后,把
packages/devtools/packages/electron-deck的 electron 依赖升到修复版本,让警告从源头消失。#113 的过滤规则届时自然空转,无需回收。🤖 Generated with Claude Code