Skip to content

Commit 619ee4b

Browse files
stevengjStefanKarpinski
authored andcommitted
add AbstractChar supertype of Char (#26286)
1 parent f63b88d commit 619ee4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cluster.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ function init_parallel()
11241124
register_worker(LPROC)
11251125
end
11261126

1127-
write_cookie(io::IO) = write(io.in, string(cluster_cookie(), "\n"))
1127+
write_cookie(io::IO) = print(io.in, string(cluster_cookie(), "\n"))
11281128

11291129
function process_opts(opts)
11301130
# startup worker.

0 commit comments

Comments
 (0)