We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7ede1 commit c61b2f0Copy full SHA for c61b2f0
stdlib/Profile/src/Profile.jl
@@ -537,7 +537,7 @@ function flatten(data::Vector, lidict::LineInfoDict)
537
end
538
539
const SRC_DIR = normpath(joinpath(Sys.BUILD_ROOT_PATH, "src"))
540
-const COMPILER_DIR = "././../usr/share/julia/Compiler/"
+const COMPILER_DIR = "../usr/share/julia/Compiler/"
541
542
# Take a file-system path and try to form a concise representation of it
543
# based on the package ecosystem
0 commit comments