Package info error should warn user (#995)

This commit is contained in:
Vishal
2018-11-20 00:44:20 +08:00
committed by Ta-Ching Chen
parent d9eee058ce
commit 52b736c892
+1 -1
View File
@@ -300,7 +300,7 @@ func pkgInfo(c *cli.Context) error {
Name: pkgName,
})
if err != nil {
return err
util.CheckErr(err, fmt.Sprintf("find package %s", pkgName))
}
w := tabwriter.NewWriter(os.Stdout, 0, 0, 1, ' ', 0)