Skip to content

Commit

Permalink
detach on all OSes?
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Sep 27, 2023
1 parent 4eef84e commit 7971b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Malt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ mutable struct Worker <: AbstractWorker
cmd = _get_worker_cmd(; env, exeflags)
proc = open(Cmd(
cmd;
detach=Sys.iswindows(),
detach=true,
windows_hide=true,
), "w+")

Expand Down

0 comments on commit 7971b7a

Please sign in to comment.