fix: resolves issues #3 and #4

This commit is contained in:
Sahilb315
2025-04-29 22:52:14 +05:30
parent 4f13dfbb40
commit cc0a6eddbc
5 changed files with 87 additions and 29 deletions
-1
View File
@@ -33,7 +33,6 @@ func main() {
cmd.AddCommand(ecosystems.NewNpmCommand())
if err := cmd.Execute(); err != nil {
fmt.Fprintln(os.Stderr, err)
os.Exit(1)
}
}