• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# API扫描工具 问题反馈
2
3## 问题反馈
4
51、工具扫描三方库时,报错“Error: EBUSY: resource busy or locked, open 'result.xlsx'”。
6
7![](./figures/result_open.png)
8
9问题定位:工具扫描三方库项目时result.txt文档打开,扫描结果无法写入result.txt文档,因此报错“resource busy or locked”。
10
11问题解决:关闭result.txt文档,重新扫描三方库,即可解决以上问题。