Merge pull request #84 from xushiwei/q

llgo/ssa: Slice, IndexAddr bugfix
This commit is contained in:
xushiwei
2024-04-30 16:22:01 +08:00
committed by GitHub
6 changed files with 34 additions and 10 deletions

View File

@@ -140,8 +140,7 @@ func Do(args []string, conf *Config) {
}
}
if nErr > 0 {
fmt.Fprintf(os.Stderr, "%d errors occurred\n", nErr)
os.Exit(1)
os.Exit(nErr)
}
}
}