-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Description
Line 271 in 2c6badf
Write-Verbose "[Clean_Func_Calls] Replacing: $($match)`tWith: $($match.ToString().replace('(','').replace(')',''))" |
Line 272 in 2c6badf
$Command = $Command.Replace($match, $match.ToString().replace('"','').replace("'",'')) |
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.
Metadata
Metadata
Assignees
Labels
No labels