This commit modifies the spawn_process function to explicitly return a Result type, handling the error of the spawn() method. This change improves the readability of the error handling and makes it more idiomatic in Rust. As a secondary correction, it fixes a typo in a print statement. |
||
|---|---|---|
| .github/workflows | ||
| bin | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||