summaryrefslogtreecommitdiff
path: root/runtime/examples/hello_runtime.rs
diff options
context:
space:
mode:
authorcrowlKats <crowlkats@gmail.com>2021-05-27 07:23:12 +0200
committerGitHub <noreply@github.com>2021-05-27 14:23:12 +0900
commitb21fa78a1e8b2c9df549b29454970b39da708a5c (patch)
tree1282055ff7703d34dc78d526ffa8ffd0b5626bee /runtime/examples/hello_runtime.rs
parentd5d59bb794503416ced2c3ad6a2bb043f97ce3e5 (diff)
feat(cli): add origin data dir to deno info (#10589)
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com> Co-authored-by: Luca Casonato <lucacasonato@yahoo.com> Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Diffstat (limited to 'runtime/examples/hello_runtime.rs')
-rw-r--r--runtime/examples/hello_runtime.rs2
1 files changed, 1 insertions, 1 deletions
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(),
};