mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-12-26 07:49:22 -05:00
clarify error
This commit is contained in:
parent
425b31c023
commit
ffacbdfe25
@ -16,7 +16,7 @@ fn get_capnp_version_string() -> String {
|
||||
.arg("--version")
|
||||
.stdout(Stdio::piped())
|
||||
.output()
|
||||
.expect("capnp was not in the PATH");
|
||||
.expect("capnp was not in the PATH, and is required for the build when you have changed any .capnp files");
|
||||
let s = String::from_utf8(output.stdout)
|
||||
.expect("'capnp --version' output was not a valid string")
|
||||
.trim()
|
||||
|
Loading…
Reference in New Issue
Block a user