Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zelenin committed May 31, 2022
1 parent c9fde18 commit b9e3d3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/pak-extracter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ var (
func main() {
pr = profiler.New()

var err error

if !oodle.IsDllExist() {
err := oodle.Download()
if err != nil {
Expand Down

0 comments on commit b9e3d3c

Please sign in to comment.