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
perf-scripts: Fix argument passing in prof-cog script
Replace `$@` with `$*` to ensure that all command-line arguments are
passed correctly as a single word to the `cog` command. This change
prevents issues with argument handling when arguments contain spaces or
special characters.
Fixes SC2145 (error): Argument mixes string and array. Use * or
separate argument.
0 commit comments