Skip to content

Commit 4168800

Browse files
theHenksoschulz
andauthored
Add comment
Co-authored-by: Oliver Schulz <[email protected]>
1 parent 7a9f063 commit 4168800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/localhost.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export OnLocalhost
3838

3939
function worker_start_command(runmode::OnLocalhost, manager::ElasticManager)
4040
julia_flags = runmode.julia_flags
41+
# Doesn't run on Windows otherwise:
4142
dir = replace(runmode.dir, '\\' => '/')
4243

4344
jl_threads_flag = any(occursin.(Ref("--threads"), string.(julia_flags))) ? `` : `--threads=$(nthreads())`

0 commit comments

Comments
 (0)