mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
chore: Remove some of the things that are missing
This commit is contained in:
@@ -271,7 +271,7 @@ impl JsExecutionEnvironment {
|
||||
}
|
||||
};
|
||||
let safer_handle = spawn_local(|| self.execute(procedure_name, input, variable_args)).await;
|
||||
let output = safer_handle.await.unwrap()?;
|
||||
let output = dbg!(safer_handle.await).unwrap()?;
|
||||
match serde_json::from_value(output.clone()) {
|
||||
Ok(x) => Ok(x),
|
||||
Err(err) => {
|
||||
|
||||
Reference in New Issue
Block a user