Skip to content

Commit ef68380

Browse files
committed
construct: improve docs on readonly error
1 parent 4bf3dfd commit ef68380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/construct.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function construct(
5252

5353
if readonly && any(!isnothing, graph.caches)
5454
error(
55-
"Attempted construct with readonly=true, but not all caches are built:\n$(join(filter(!isnothing, graph.caches)))",
55+
"Attempted construct with readonly=true, but not all caches are built:\n$(join(filter(!isnothing, graph.caches),'\n'))",
5656
)
5757
end
5858

0 commit comments

Comments
 (0)