Skip to content

Commit

Permalink
fix earlier versions of node-14 (#8108) (#8145)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Thoburn <runspired@users.noreply.github.com>
  • Loading branch information
jrjohnson and runspired authored Aug 23, 2022
1 parent 4e6568a commit 1dfd331
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const fs = require('node:fs');
const fs = require('fs');

module.exports = function requireModule(modulePath) {
const path = require.resolve(modulePath);
Expand Down

0 comments on commit 1dfd331

Please sign in to comment.