Skip to content

Commit

Permalink
chore: add artifact remove tip when meets errors
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Dec 7, 2023
1 parent 8382cbe commit 70aac0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kclvm_runtime/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func initRuntime(maxProc int) {
if err != nil || resp.Value != args.Value {
fmt.Println("Init kcl runtime failed, path: ", MustGetKclvmPath())
fmt.Println(tip)
fmt.Printf("If not, you can run `rm -r %s/bin` to fix this issue\n", MustGetKclvmPath())
panic(err)
}
}
Expand Down

0 comments on commit 70aac0d

Please sign in to comment.