Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
identw committed Dec 19, 2023
1 parent 5587823 commit 568c5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy-tag/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function main() {
}
let pUrl;
try {
pUrl = new URL(u);
pUrl = new URL(url);
} catch(e) {
throw new Error(`Not valid format of url: "${url}". Error: ${e}`);
}
Expand Down

0 comments on commit 568c5ec

Please sign in to comment.