Keeps your processes running.
Go to file
Ian Wijma df5776e76d Refactor spawn_process fn to handle spawn error
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.
2023-11-21 00:31:40 +11:00
.github/workflows Refactor spawn_process fn to handle spawn error 2023-11-21 00:31:40 +11:00
bin Improve script safety by quoting variables and updating comparisons 2023-11-20 23:40:56 +11:00
src Refactor spawn_process fn to handle spawn error 2023-11-21 00:31:37 +11:00
.gitignore Remove outdated codebase 2023-11-20 23:40:22 +11:00
Cargo.lock Upgrade kr package to version 1.0.0. 2023-11-21 00:13:22 +11:00
Cargo.toml Refactor spawn_process fn to handle spawn error 2023-11-21 00:31:40 +11:00