node/test/fixtures/GH-54265/dep1.js
Vinicius Lourenço a7271ab47d
lib: fix emit warning for debuglog.time when disabled
PR-URL: https://github.com/nodejs/node/pull/54275
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
2024-08-27 16:20:35 +00:00

5 lines
80 B
JavaScript

// dep1.js
module.exports = function requireDep2() {
require("./dep2.js");
};