From b21fa78a1e8b2c9df549b29454970b39da708a5c Mon Sep 17 00:00:00 2001 From: crowlKats Date: Thu, 27 May 2021 07:23:12 +0200 Subject: feat(cli): add origin data dir to deno info (#10589) Co-authored-by: Nayeem Rahman Co-authored-by: Luca Casonato Co-authored-by: Yoshiya Hinosawa --- runtime/examples/hello_runtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/examples/hello_runtime.rs') diff --git a/runtime/examples/hello_runtime.rs b/runtime/examples/hello_runtime.rs index 34b249e0b..95a82a25f 100644 --- a/runtime/examples/hello_runtime.rs +++ b/runtime/examples/hello_runtime.rs @@ -41,7 +41,7 @@ async fn main() -> Result<(), AnyError> { no_color: false, get_error_class_fn: Some(&get_error_class_name), location: None, - location_data_dir: None, + origin_storage_dir: None, blob_url_store: BlobUrlStore::default(), broadcast_channel: InMemoryBroadcastChannel::default(), }; -- cgit v1.2.3