Skip to content

Modify Command::spawn to check for file existance

Jeremy Soller requested to merge LazyOxen:spawn-fix into master

Created by: LazyOxen

Addresses #345 (closed) Just a thought: Would it be worth considering making system calls work on file handles instead of strings to avoid file access race conditions?

Merge request reports