Skip to content
Permalink
Browse files
build: reset embedder string to "-node.0"
Backport-PR-URL: #29241
PR-URL: #28918
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
targos committed Sep 19, 2019
1 parent 80ccae0 commit fe46054b14280704fc78b4a6fe59ae0c71b3ab55
Showing with 1 addition and 1 deletion.
  1. +1 −1 common.gypi
@@ -38,7 +38,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.16',
'v8_embedder_string': '-node.0',

##### V8 defaults for Node.js #####

0 comments on commit fe46054

Please sign in to comment.