Skip to content

Commit

Permalink
temp: display current dir
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia committed Oct 23, 2024
1 parent 3866d10 commit 419c390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrappers/src/fdw/wasm_fdw/wasm_fdw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ impl ForeignDataWrapper<WasmFdwError> for WasmFdw {
config.wasm_component_model(true);
let engine = Engine::new(&config)?;

report_info(&format!("==curr dir {}", std::env::current_dir().unwrap().display()));
let component =
download_component(&rt, &engine, pkg_url, pkg_name, pkg_version, pkg_checksum)?;

Expand Down

0 comments on commit 419c390

Please sign in to comment.