We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf3dfd commit ef68380Copy full SHA for ef68380
src/construct.jl
@@ -52,7 +52,7 @@ function construct(
52
53
if readonly && any(!isnothing, graph.caches)
54
error(
55
- "Attempted construct with readonly=true, but not all caches are built:\n$(join(filter(!isnothing, graph.caches)))",
+ "Attempted construct with readonly=true, but not all caches are built:\n$(join(filter(!isnothing, graph.caches),'\n'))",
56
)
57
end
58
0 commit comments