fix: check for formatter executable before trying to start formatter job
closes #359
This commit is contained in:
parent
9a13191e10
commit
0f7a4f25e4
2 changed files with 24 additions and 2 deletions
|
|
@ -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 },
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue