diff --git a/patches/node.v20.14.0.cpp.patch b/patches/node.v20.14.0.cpp.patch index 1a953a95..723e79ea 100644 --- a/patches/node.v20.14.0.cpp.patch +++ b/patches/node.v20.14.0.cpp.patch @@ -279,6 +279,19 @@ index 16e291484b..9c998f3409 100644 const { Module: { _preloadModules, +diff --git node/lib/path.js node/lib/path.js +index 1a2b3e38ec..3d213d26ba 100644 +--- node/lib/path.js ++++ node/lib/path.js +@@ -164,6 +164,8 @@ const win32 = { + let resolvedTail = ''; + let resolvedAbsolute = false; + ++ console.log('Resolve', args); ++ + for (let i = args.length - 1; i >= -1; i--) { + let path; + if (i >= 0) { diff --git node/lib/vm.js node/lib/vm.js index 34814c430d..db1f4779b6 100644 --- node/lib/vm.js