#1227·shelljs

`shelljs.find` 在 Windows 上不会返回目录的内容

作者: cristiand391创建于 2025年7月1日更新于 2026年4月16日
标签fixglob

回复: https://GitHub.com/cristiand391/shelljs-find-windows-bug 我为测试创建了一个虚拟项目目录: project/ └── source └── index.js`

shelljs.find 用于返回目录的内容(递归读取): https://GitHub.com/cristiand391/shelljs-find-windows-bug/blob/db712a1b83e66ed005e78893e7b480d58175f66c/test.js#L5

内容来源: shelljs/shelljs