You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a spelling mistake in the extract_binary_file_from_assembly method.
This was attempted to be fixed as part of #2465 however, @AdmiringWorm noticed that this was a breaking change, so the change has been reverted, and is captured here, to be completed as part of the next major release.
What is Expected?
For there not to be any spelling mistakes 😄
How Did You Get This To Happen? (Steps to Reproduce)
Navigate to the function in the AssemblyFileExtractor.cs file, and see that it uses throwEror rather than throwError.
pauby
changed the title
Fix spelling mistake in the extract_binary_file_from_assembly function
Fix spelling mistake in the extract_binary_file_from_assembly function
May 31, 2023
What You Are Seeing?
There is a spelling mistake in the
extract_binary_file_from_assembly
method.This was attempted to be fixed as part of #2465 however, @AdmiringWorm noticed that this was a breaking change, so the change has been reverted, and is captured here, to be completed as part of the next major release.
What is Expected?
For there not to be any spelling mistakes 😄
How Did You Get This To Happen? (Steps to Reproduce)
Navigate to the function in the
AssemblyFileExtractor.cs
file, and see that it usesthrowEror
rather thanthrowError
.choco/src/chocolatey/infrastructure/extractors/AssemblyFileExtractor.cs
Line 70 in 67190e5
System Details
N/A
Output Log
N/A
The text was updated successfully, but these errors were encountered: