Skip to content

Commit 3b8ad24

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

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
@@ -140,6 +140,5 @@ func (a *app) GetFuncArgs(id funcfield.ID) (uint64, funcfield.Location, bool) {
140140

141141
// Close closes the app, releasing all held resources.
142142
func (a *app) Close() error {
143-
// return os.RemoveAll(a.tmpDir)
144-
return nil
143+
return os.RemoveAll(a.tmpDir)
145144
}

0 commit comments

Comments
 (0)