From 6bfc9d0f32606168bd4449d5355c2b5a9a417e16 Mon Sep 17 00:00:00 2001 From: Stephan Sahm Date: Sun, 8 Sep 2024 13:58:52 +0200 Subject: [PATCH] Update src/worker.jl Co-authored-by: Paul Berg --- src/worker.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worker.jl b/src/worker.jl index d1755af..936564d 100644 --- a/src/worker.jl +++ b/src/worker.jl @@ -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