KCL: Fix format

This commit is contained in:
Adam Chalmers
2025-06-03 18:04:35 -05:00
committed by GitHub
parent 2dc76a71cc
commit c373f33507
3 changed files with 22 additions and 22 deletions

View File

@ -79,7 +79,7 @@ impl Context {
self.execute_typed(program_ast_json, path, settings)
.await
.and_then(|outcome|JsValue::from_serde(&outcome).map_err(|e| {
.and_then(|outcome| JsValue::from_serde(&outcome).map_err(|e| {
// The serde-wasm-bindgen does not work here because of weird HashMap issues.
// DO NOT USE serde_wasm_bindgen::to_value it will break the frontend.
KclErrorWithOutputs::no_outputs(KclError::internal(