Skip to content

Commit

Permalink
remove llcppg.cfg.changed file
Browse files Browse the repository at this point in the history
  • Loading branch information
tsingbx committed Dec 8, 2024
1 parent 7127a36 commit 6be5d13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions llcppg.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ func main() {
err = os.WriteFile(changedCfgFile, b, 0644)
check(err)

defer func() {
os.Remove(changedCfgFile)
}()

err = gogensig(r, changedCfgFile)
check(err)
}
Expand Down

0 comments on commit 6be5d13

Please sign in to comment.