Skip to content

Commit

Permalink
Update files_windows.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MayCXC authored Oct 9, 2024
1 parent 0015ee1 commit 125bf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activation/files_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 125bf92

Please sign in to comment.