diff options
Diffstat (limited to 'runtime/examples/hello_runtime.rs')
-rw-r--r-- | runtime/examples/hello_runtime.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/examples/hello_runtime.rs b/runtime/examples/hello_runtime.rs index b4a8d8201..1f3610789 100644 --- a/runtime/examples/hello_runtime.rs +++ b/runtime/examples/hello_runtime.rs @@ -32,6 +32,7 @@ async fn main() -> Result<(), AnyError> { cpu_count: 1, debug_flag: false, enable_testing_features: false, + locale: deno_core::v8::icu::get_language_tag(), location: None, no_color: false, is_tty: false, |