Skip to content

Commit

Permalink
this is why we can't have nice things
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Nov 26, 2018
1 parent 9f72610 commit 86ed2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/show.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ module IRShow
# :oneliner => src -> Base.IRShow.PartialLineInfoPrinter(src.linetable),
:none => src -> Base.IRShow.lineinfo_disabled,
)
debuginfo[:default] = debuginfo[:source]
debuginfo[:default] = debuginfo[:none]
end

function show(io::IO, src::CodeInfo; debuginfo::Symbol=:default)
Expand Down

0 comments on commit 86ed2fa

Please sign in to comment.