Refactor: Formalize ports and update related files
This commit is contained in:
@@ -62,7 +62,7 @@ fn main() -> Result<()> {
|
||||
HookRunner::new(state_dir)
|
||||
};
|
||||
|
||||
let report = run_phase(&file.hooks, &phase, &runner);
|
||||
let report = run_phase(&file.hooks, &phase, &runner)?;
|
||||
report.print();
|
||||
|
||||
if report.has_failures() {
|
||||
|
||||
Reference in New Issue
Block a user