Skip to content

Commit

Permalink
make prettier happy
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 19, 2022
1 parent db35f22 commit 0d9992a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nodejs/esm-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ exports.loadFilesAsync = async (files, preLoadFunc, postLoadFunc) => {
preLoadFunc(file);
const filePath = file.startsWith('file://')
? file
: path.resolve(file)
: path.resolve(file);
const result = await exports.requireOrImport(filePath);
postLoadFunc(file, result);
}
Expand Down

0 comments on commit 0d9992a

Please sign in to comment.