Skip to content

Commit

Permalink
fixup! fix: event with invalid timestamp in trace log
Browse files Browse the repository at this point in the history
  • Loading branch information
CezaryKulakowski committed Oct 8, 2021
1 parent c996cc4 commit f658353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patches/node/.patches
Expand Up @@ -14,7 +14,6 @@ chore_allow_the_node_entrypoint_to_be_a_builtin_module.patch
chore_add_context_to_context_aware_module_prevention.patch
chore_read_nobrowserglobals_from_global_not_process.patch
enable_31_bit_smis_on_64bit_arch_and_ptr_compression.patch
fix_event_with_invalid_timestamp_in_trace_log.patch
fix_handle_boringssl_and_openssl_incompatibilities.patch
fix_add_v8_enable_reverse_jsargs_defines_in_common_gypi.patch
fix_allow_preventing_initializeinspector_in_env.patch
Expand All @@ -25,3 +24,4 @@ add_should_read_node_options_from_env_option_to_disable_node_options.patch
repl_fix_crash_when_sharedarraybuffer_disabled.patch
fix_readbarrier_undefined_symbol_error_on_woa_arm64.patch
fix_crash_creating_private_key_with_unsupported_algorithm.patch
fix_event_with_invalid_timestamp_in_trace_log.patch
Expand Up @@ -10,7 +10,7 @@ trace log. With this change we log v8's start time only when
it was initialized by node.

diff --git a/src/env.cc b/src/env.cc
index 16af6aec37..ada0faa93b 100644
index 16af6aec3791df1363682f1ed024c52208b9a8f6..ada0faa93bc223ffbea79a4308796df73ea8ae4e 100644
--- a/src/env.cc
+++ b/src/env.cc
@@ -461,8 +461,10 @@ void Environment::InitializeMainContext(Local<Context> context,
Expand Down

0 comments on commit f658353

Please sign in to comment.