chore: bump node to v16.4.0 (main) (#29699)

This commit is contained in:
electron-roller[bot] 2021-06-28 18:05:38 +02:00 committed by GitHub
commit e4807ac020
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 191 additions and 596 deletions

View file

@ -7,10 +7,10 @@ This broke the build at some point. Does it still? We should probably remove
this patch and find out!
diff --git a/src/node_internals.h b/src/node_internals.h
index b75092d662dc975d147be353b65d14b59ad9e17a..899af0ce5f0c5311008743307294d77e7909564b 100644
index 31076551e70c46da2c32cafd7ac08aee91366537..d57c51ebcc3c9dda1ef41b10ee49453839781deb 100644
--- a/src/node_internals.h
+++ b/src/node_internals.h
@@ -378,10 +378,11 @@ class TraceEventScope {
@@ -391,10 +391,11 @@ class TraceEventScope {
TraceEventScope(const char* category,
const char* name,
void* id) : category_(category), name_(name), id_(id) {