summaryrefslogtreecommitdiff
path: root/runtime/worker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/worker.rs')
-rw-r--r--runtime/worker.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/worker.rs b/runtime/worker.rs
index 36833da32..61cdfb94e 100644
--- a/runtime/worker.rs
+++ b/runtime/worker.rs
@@ -549,6 +549,7 @@ mod tests {
cpu_count: 1,
debug_flag: false,
enable_testing_features: false,
+ locale: deno_core::v8::icu::get_language_tag(),
location: None,
no_color: true,
is_tty: false,