Skip to content

Commit fa52992

Browse files
committed
Fix typo
1 parent 3fba422 commit fa52992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function Base.run(x::JSONRPCEndpoint)
156156
close(i)
157157
end
158158

159-
c.status = :closed
159+
x.status = :closed
160160
catch err
161161
bt = catch_backtrace()
162162
if x.err_handler !== nothing

0 commit comments

Comments
 (0)