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 2af42bb commit 2c308e2Copy full SHA for 2c308e2
src/memalloc.jl
@@ -39,7 +39,7 @@ function find_malloc_files(dirs)
39
file = joinpath(dir, file)
40
if isdir(file)
41
append!(files, find_malloc_files(file))
42
- elseif endswith(file, "jl.mem")
+ elseif endswith(file, ".mem")
43
push!(files, file)
44
end
45
0 commit comments