Skip to content

Commit

Permalink
Bump kcl-lib and kcl-test-server (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers authored Oct 17, 2024
1 parent 33acea6 commit aba3688
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ impl Context<'_> {

let ctx = kcl_lib::executor::ExecutorContext::new(&client, settings).await?;
let (_, session_data) = ctx
.run_with_session_data(&program, None, Default::default())
.run_with_session_data(&program, None, Default::default(), None)
.await
.map_err(|err| kcl_error_fmt::KclError::new(code.to_string(), err))?;

Expand Down

0 comments on commit aba3688

Please sign in to comment.