diff --git a/crates/zflow_js_runner/bin/libzflow_js_runner.dylib b/crates/zflow_js_runner/bin/libzflow_js_runner.dylib index e688c0c..aedb234 100755 Binary files a/crates/zflow_js_runner/bin/libzflow_js_runner.dylib and b/crates/zflow_js_runner/bin/libzflow_js_runner.dylib differ diff --git a/crates/zflow_runtime/network.rs b/crates/zflow_runtime/network.rs index 070291b..36d5cf6 100644 --- a/crates/zflow_runtime/network.rs +++ b/crates/zflow_runtime/network.rs @@ -1809,6 +1809,7 @@ impl BaseNetwork for Network { fn list_components(&mut self) -> Vec { let base_dir = self.workspace_dir.clone(); + println!("dir {}", base_dir); let par_iter = self.providers.par_iter_mut(); let mut components: Vec = self .native_components diff --git a/crates/zflow_runtime/network_test.rs b/crates/zflow_runtime/network_test.rs index d122bea..e3b3654 100644 --- a/crates/zflow_runtime/network_test.rs +++ b/crates/zflow_runtime/network_test.rs @@ -24,7 +24,7 @@ mod tests { fn test_network() { 'given_a_zflo_network: { let mut base_dir = std::env::current_dir().unwrap(); - base_dir.push("test_components"); + base_dir.push("../test_components"); let base_dir = base_dir.to_str().unwrap(); let split = Component::new(ComponentOptions {