You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix the error detection with `waitpid()`, which returns the PID of
the waited process, so `run()` thus always used to return -1.
- Return the full wait status info so we can write a better error
message about what happened, to the user.
- Terminate the program if the ruleset fails to load.
- Write an informational message when the ruleset is successfully
applied, so that the user can be sure that it has loaded properly.
Fix#17
0 commit comments