diff --git a/src/env-inl.h b/src/env-inl.h index 4c224c25b56..ce88977ddec 100644 --- a/src/env-inl.h +++ b/src/env-inl.h @@ -85,7 +85,7 @@ inline Environment::AsyncHooks::AsyncHooks(v8::Isolate* isolate) fields_(), uid_fields_() #if ENABLE_TTD_NODE - ,uid_fields_ttdRef(nullptr) + , uid_fields_ttdRef(nullptr) #endif { v8::HandleScope handle_scope(isolate_); diff --git a/test/message/nexttick_throw.v8.out b/test/message/nexttick_throw.v8.out index 0d4ffd0ef86..1b72ea2d3cf 100644 --- a/test/message/nexttick_throw.v8.out +++ b/test/message/nexttick_throw.v8.out @@ -1,11 +1,11 @@ *test*message*nexttick_throw.js:* -*undefined_reference_error_maker; -*^ -ReferenceError: *undefined_reference_error_maker is not defined* -*at *test*message*nexttick_throw.js:*:* -*at _combinedTickCallback (internal/process/next_tick.js:*:*) -*at *_tickCallback (internal/process/next_tick.js:*:*) -*at Module.runMain (module.js:*:*) -*at startup (bootstrap_node.js:*:*) -*at *bootstrap_node.js:*:* + undefined_reference_error_maker; + ^ +ReferenceError: undefined_reference_error_maker is not defined + at *test*message*nexttick_throw.js:*:* + at _combinedTickCallback (internal/process/next_tick.js:*:*) + at process._tickCallback (internal/process/next_tick.js:*:*) + at Function.Module.runMain (module.js:*:*) + at startup (bootstrap_node.js:*:*) + at bootstrap_node.js:*:*