We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7531d88 commit a086d63Copy full SHA for a086d63
1 file changed
powershell/ql/lib/semmle/code/powershell/Command.qll
@@ -12,7 +12,7 @@ private predicate parseCommandName(Cmd cmd, string namespace, string name) {
12
}
13
14
class Cmd extends @command, CmdBase {
15
- override string toString() { result = this.getQualifiedCommandName() }
+ override string toString() { result = "call to " + this.getQualifiedCommandName() }
16
17
override SourceLocation getLocation() { command_location(this, result) }
18
0 commit comments