Skip to content

Conversation

dgadelha
Copy link

@dgadelha dgadelha commented Aug 6, 2025

Fixes #8

Fix similar to 936e14b

Node 22.18.0 requires 1 argument for internalModuleStat again

  #  node (vitest)[96703]: void node::fs::InternalModuleStat(const FunctionCallbackInfo<Value> &) at ../src/node_file.cc:1052
  #  Assertion failed: (args.Length()) == (1)

----- Native stack trace -----

 1: 0x10c558796 node::Assert(node::AssertionInfo const&) [$HOME/.nvm/versions/node/v22.18.0/bin/node]
 2: 0x10e5f6170 node::fs::InternalModuleStat(v8::FunctionCallbackInfo<v8::Value> const&) (.cold.3) [$HOME/.nvm/versions/node/v22.18.0/bin/node]
 3: 0x10c56c477 node::fs::InternalModuleStat(v8::FunctionCallbackInfo<v8::Value> const&) [$HOME/.nvm/versions/node/v22.18.0/bin/node]
 4: 0x10d25e4e2 Builtins_CallApiCallbackGeneric [$HOME/.nvm/versions/node/v22.18.0/bin/node]
 5: 0x10d25c79e Builtins_InterpreterEntryTrampoline [$HOME/.nvm/versions/node/v22.18.0/bin/node]

----- JavaScript stack trace -----

1: ./node_modules/@httptoolkit/esm/esm.js:1:39956
2: ./node_modules/@httptoolkit/esm/esm.js:1:39597
3: ./node_modules/@httptoolkit/esm/esm.js:1:39927
4: ./node_modules/@httptoolkit/esm/esm.js:1:202740
5: ./node_modules/@httptoolkit/esm/esm.js:1:202824
6: ./node_modules/@httptoolkit/esm/esm.js:1:202925
7: ./node_modules/@httptoolkit/esm/esm.js:1:287315
8: ./node_modules/@httptoolkit/esm/esm.js:1:289897
9: e (./node_modules/@httptoolkit/esm/esm.js:1:291028)
10: get (./node_modules/@httptoolkit/esm/esm.js:1:291095)


Abort trap: 6

@CLAassistant
Copy link

CLAassistant commented Aug 6, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Node 22.18.0, ESLint 9.32.0, [email protected], [email protected] combination
2 participants