Skip to content

Commit

Permalink
remove generated file deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Aug 23, 2024
1 parent 2533421 commit db8fc5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/muxt/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ func generateCommand(args []string, workingDirectory string, getEnv func(string)
if err != nil {
return err
}
_ = os.Remove(filepath.Join(workingDirectory, g.outputFilename))
list, err := packages.Load(&packages.Config{
Mode: packages.NeedName | packages.NeedFiles | packages.NeedSyntax | packages.NeedEmbedPatterns | packages.NeedEmbedFiles,
Dir: workingDirectory,
Expand Down

0 comments on commit db8fc5d

Please sign in to comment.