Commit 37d789b
[wasm] GenerateWasmBootJson - close file handles (#85482)
Close files opened with `File.OpenRead` by utilizing the `using`
pattern.
Co-authored-by: Ankit Jain <[email protected]>1 parent 2783ef8 commit 37d789b
File tree
1 file changed
+2
-1
lines changed- src/tasks/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
| 294 | + | |
294 | 295 | | |
295 | 296 | | |
296 | 297 | | |
| |||
0 commit comments