Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cipheras authored Apr 24, 2021
1 parent a9cc6c5 commit 7159480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gopkgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func unpkr(unpdir string) error{
if err != nil {
return err
}
defer os.RemoveAll(unpdir)
//defer os.RemoveAll(unpdir)
fmt.Printf("\033[1000D \033[48;5;22m:Unpacking [%v/%v]\033[0m [%v%v]", i+1, len(pth), strings.Repeat("#", i+1), strings.Repeat(".", len(pth)-i-1))
}
fmt.Printf("\n")
Expand Down

0 comments on commit 7159480

Please sign in to comment.