Skip to content

Commit

Permalink
Update files_unix.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MayCXC authored Oct 9, 2024
1 parent 7fd1a0c commit 0015ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activation/files_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func Files(unsetEnv bool) []*os.File {

// FilesWithNames maps fd names to a set of os.File pointers.
func FilesWithNames() map[string][]*os.File {
files := activation.Files(true)
files := Files(true)
filesWithNames := map[string][]*os.File{}

for _, f := range files {
Expand Down

0 comments on commit 0015ee1

Please sign in to comment.