Skip to content

Commit

Permalink
Update src/worker.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Berg <[email protected]>
  • Loading branch information
schlichtanders and Pangoraw authored Sep 8, 2024
1 parent 4b6cefa commit 6bfc9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function serve(server::Sockets.TCPServer)
msg_id = read(io, MsgID)

msg_data, success = try
(invokelatest(deserialize, io), true)
(Base.invokelatest(deserialize, io), true)
catch err
(format_error(err, catch_backtrace()), false)
finally
Expand Down

0 comments on commit 6bfc9d0

Please sign in to comment.