Skip to content

Commit

Permalink
fix earlier versions of node-14
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Aug 9, 2022
1 parent d84c443 commit 77ebc70
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 77ebc70

Please sign in to comment.