fix: check for formatter executable before trying to start formatter job

closes #359
This commit is contained in:
CJ van den Berg 2025-11-04 21:32:18 +01:00
parent 9a13191e10
commit 0f7a4f25e4
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 24 additions and 2 deletions

View file

@ -635,6 +635,7 @@ pub fn build_exe(
.{ .name = "fuzzig", .module = fuzzig_dep.module("fuzzig") },
.{ .name = "zeit", .module = zeit_mod },
.{ .name = "VcsStatus", .module = VcsStatus_mod },
.{ .name = "bin_path", .module = bin_path_mod },
},
});