Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Feb 17, 2024
1 parent 9ed38f7 commit be0a573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function requireString(code, dirname, options) {
* @returns {string} Resolved path name or original string
*/
function resolveIfNeeded(dirname, specifier) {
console.log({dirname, specifier})
console.log({ dirname, specifier });
if (specifier.startsWith(".")) {
specifier = new URL(specifier, dirname).toString();
}
Expand Down

0 comments on commit be0a573

Please sign in to comment.