aboutsummaryrefslogtreecommitdiff
path: root/lang/node/patches/003-path.patch
diff options
context:
space:
mode:
authorHirokazu MORIKAWA <morikw2@gmail.com>2022-06-01 12:22:34 +0900
committerRosen Penev <rosenp@gmail.com>2022-05-31 23:14:52 -0700
commitfcfd2599d9fad84301a42b9597e9a71bdd0f267f (patch)
tree79b6fa15445c6cc7b24eeee6009e84816ba986b3 /lang/node/patches/003-path.patch
parent37f9b77b01fd148c946dc313869602fb8203eaea (diff)
node: bump to v16.15.0
Description: Update from v16.15.0 Changed handling of host's npm problems due to npm updates. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Diffstat (limited to 'lang/node/patches/003-path.patch')
-rw-r--r--lang/node/patches/003-path.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/node/patches/003-path.patch b/lang/node/patches/003-path.patch
index 5330959aa..d18af1d73 100644
--- a/lang/node/patches/003-path.patch
+++ b/lang/node/patches/003-path.patch
@@ -1,6 +1,6 @@
--- a/lib/internal/modules/cjs/loader.js
+++ b/lib/internal/modules/cjs/loader.js
-@@ -1238,7 +1238,8 @@ Module._initPaths = function() {
+@@ -1240,7 +1240,8 @@ Module._initPaths = function() {
path.resolve(process.execPath, '..') :
path.resolve(process.execPath, '..', '..');