Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add console.log statement
Browse files Browse the repository at this point in the history
robertsLando committed Jun 18, 2024
1 parent 76bab8b commit 4b643ae
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patches/node.v20.14.0.cpp.patch
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4b643ae

Please sign in to comment.