Skip to content

Commit 1ab04d3

Browse files
committed
fix comment
1 parent e602da9 commit 1ab04d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/Serialization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ function getTypeFromSerializationModule(dfg::G, moduleType::Symbol) where G <: A
402402
try
403403
st = getfield(Main, Symbol(moduleType))
404404
catch ex
405-
@error "Unable to deserialize soft type $(moduleType)"
405+
@error "Unable to deserialize packed variableType $(moduleType)"
406406
io = IOBuffer()
407407
showerror(io, ex, catch_backtrace())
408408
err = String(take!(io))

0 commit comments

Comments
 (0)