Skip to content

doc: Fix missing imports in script

Rodrigo Muino Tomonari requested to merge github/fork/OshriAsulin/patch-1 into main

Fixes: https://github.com/nodejs/node/issues/49488

The script was missing necessary imports for the 'run' function and the 'path' module, causing it to fail. This commit adds the missing imports and resolves the issue.

  • Import 'run' from the appropriate module.
  • Import 'path' to resolve file paths.

The script should now run without errors.

Merge request reports

Loading