Skip to content

Commit

Permalink
Adding wasm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Aug 28, 2024
1 parent 6c47e4c commit 9976aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/baml-runtime/src/tracing/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ impl BamlTracer {
if is_ok { log::Level::Info } else { log::Level::Warn },
"{}{}",
name.map(|s| format!("Function {}:\n", s)).unwrap_or_default().purple(),
VisualFunctionResult(response)
response.visualize(self.options.config.max_log_chunk_chars())
);
}

Expand Down

0 comments on commit 9976aa7

Please sign in to comment.