-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code inconsistent in function Clean_Func_Calls #10
Comments
R3MRUM
added a commit
that referenced
this issue
Aug 25, 2019
Verbose logging message referenced actions for another function. Updated message to reflect actual action being performed. Reported as Issue #10
Good catch! I just pushed an updated version with messaging that reflects the actual action being performed. |
accidentally introduced a new syntax error. fixing now |
Should be fixed now. If you can, please verify on your end so I can close this out |
LGTM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PSDecode/PSDecode.psm1
Line 271 in 2c6badf
PSDecode/PSDecode.psm1
Line 272 in 2c6badf
In the function Clean_Func_Calls, the verbose logging suggests removing the parentheses and the actual command removes the quotes.
However, I think the code is supposed to remove the backticks from the function names judging by the name "Clean_Func_Calls".
Can this be checked? Thanks
BTW, thanks for this useful tool.
The text was updated successfully, but these errors were encountered: