summaryrefslogtreecommitdiff
path: root/cli/ops.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/ops.rs')
-rw-r--r--cli/ops.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ops.rs b/cli/ops.rs
index c49ce517c..4c644714f 100644
--- a/cli/ops.rs
+++ b/cli/ops.rs
@@ -468,7 +468,7 @@ fn op_compiler_config(
let builder = &mut FlatBufferBuilder::new();
let (path, out) = match get_compiler_config(state, compiler_type) {
Some(val) => val,
- _ => ("".to_owned(), "".as_bytes().to_owned()),
+ _ => ("".to_owned(), vec![]),
};
let data_off = builder.create_vector(&out);
let msg_args = msg::CompilerConfigResArgs {