mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C++: Make Folder.getURL() consistent with Folder.getLocation()
This commit is contained in:
@@ -192,7 +192,7 @@ class Folder extends Container, @folder {
|
||||
* Gets the URL of this folder.
|
||||
*/
|
||||
deprecated override string getURL() {
|
||||
result = "folder://" + getAbsolutePath()
|
||||
result = "file://" + this.getAbsolutePath() + ":0:0:0:0"
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user