79391728

Date: 2025-01-27 18:00:34
Score: 1.5
Natty:
Report link

You give the function in b.js the __dirname in a.js. Example:

a.js:

const b = require("../lib/b.js");
b.someFn(__dirname);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: HannesScript