Commit 5aee339
committed
Use local file variable rather than updating field
A change during 9.4.x accidentally modified this code to update the
"file" field on RubyProc, rather than using a local variable. This
restores that local variable and subsequent commits will make the
fields final to avoid this happening in the future.
Fixes #91101 parent 846f601 commit 5aee339
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
0 commit comments