From cbc2108525f3a01f4a944104457939b741c9898b Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Mon, 4 Jan 2021 23:15:52 +0000 Subject: feat(cli/standalone): support runtime flags for deno compile (#8738) --- runtime/examples/hello_runtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/examples') diff --git a/runtime/examples/hello_runtime.rs b/runtime/examples/hello_runtime.rs index dbe539281..c93bbc90b 100644 --- a/runtime/examples/hello_runtime.rs +++ b/runtime/examples/hello_runtime.rs @@ -26,7 +26,7 @@ async fn main() -> Result<(), AnyError> { args: vec![], debug_flag: false, unstable: false, - ca_filepath: None, + ca_data: None, user_agent: "hello_runtime".to_string(), seed: None, js_error_create_fn: None, -- cgit v1.2.3