mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
PS: Drive-by fix: Better toString on Cmd.
This commit is contained in:
@@ -12,7 +12,7 @@ private predicate parseCommandName(Cmd cmd, string namespace, string name) {
|
||||
}
|
||||
|
||||
class Cmd extends @command, CmdBase {
|
||||
override string toString() { result = this.getQualifiedCommandName() }
|
||||
override string toString() { result = "call to " + this.getQualifiedCommandName() }
|
||||
|
||||
override SourceLocation getLocation() { command_location(this, result) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user