Skip to content

Commit a304f8f

Browse files
committed
Revert changes to prevent app cleanup
Signed-off-by: Dom Del Nano <[email protected]>
1 parent 3fe009a commit a304f8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/tools/inspect/app.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,5 @@ func (a *app) GetFuncArgs(id funcfield.ID) (uint64, funcfield.Location, bool) {
142142

143143
// Close closes the app, releasing all held resources.
144144
func (a *app) Close() error {
145-
// return os.RemoveAll(a.tmpDir)
146-
return nil
145+
return os.RemoveAll(a.tmpDir)
147146
}

0 commit comments

Comments
 (0)