diff options
Diffstat (limited to 'runtime/examples/hello_runtime.rs')
-rw-r--r-- | runtime/examples/hello_runtime.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/examples/hello_runtime.rs b/runtime/examples/hello_runtime.rs index a6b7fb06b..07e42f0ff 100644 --- a/runtime/examples/hello_runtime.rs +++ b/runtime/examples/hello_runtime.rs @@ -38,11 +38,11 @@ async fn main() -> Result<(), AnyError> { runtime_version: "x".to_string(), ts_version: "x".to_string(), unstable: false, + user_agent: "hello_runtime".to_string(), }, extensions: vec![], unsafely_ignore_certificate_errors: None, root_cert_store: None, - user_agent: "hello_runtime".to_string(), seed: None, source_map_getter: None, format_js_error_fn: None, |