kezhenxu94 commented on code in PR #252:
URL: https://github.com/apache/skywalking-eyes/pull/252#discussion_r2581455977
##########
pkg/deps/npm.go:
##########
@@ -198,6 +254,13 @@ func (resolver *NpmResolver)
ResolvePackageLicense(pkgName, pkgPath string, conf
result := &Result{
Dependency: pkgName,
}
+
+ // 在开始解析前检查是否为跨平台包且非当前平台
Review Comment:
```suggestion
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]