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
fix(watch): fix path format and add watch for newly created directories
Ensure directories exist before adding watches and fix path format
consistency to match getDesktopFileDirs(). Dynamically add watch for
newly created application directories.
修复目录路径格式问题,并在添加监听前确保目录存在。为动态创建的应用目录添加监听。
Log: 修复目录监听问题
PMS: BUG-340395
Influence: 修复了路径格式不一致导致的目录监听失败问题,确保新创建的应用目录能被正确监听,避免应用更新后无法及时刷新。
0 commit comments