Skip to content

Commit b8df95f

Browse files
authored
println stream should match showerror (#38048)
1 parent df23697 commit b8df95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/stacktraces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ julia> try
206206
catch
207207
for (exc, bt) in Base.catch_stack()
208208
showerror(stdout, exc, bt)
209-
println()
209+
println(stdout)
210210
end
211211
end
212212
end

0 commit comments

Comments
 (0)