Skip to content

Commit

Permalink
remove dedicated prio from runCmdSimple child process waiter task
Browse files Browse the repository at this point in the history
  • Loading branch information
sullyj3 committed Aug 1, 2024
1 parent 3950655 commit e76dac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sand/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def runCmdSimple (cmd : String) (args : Array String := #[]) : IO Unit := do
stdout := .null,
stderr := .null,
}
_ ← (child.wait).asTask .dedicated
_ ← (child.wait).asTask

def notify (message : String) : IO Unit := do
-- TODO wrap libnotify with FFI so we can do this properly
Expand Down

0 comments on commit e76dac2

Please sign in to comment.