Skip to content

Commit

Permalink
code updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhiten committed Nov 29, 2022
1 parent 98504f6 commit 54be981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ async function show(url) {
try {
if (!fs.existsSync(table)) {
fs.mkdirSync(table);
console.log("Folder created: " + table);
}
} catch (err) {
console.error(err);
Expand Down

0 comments on commit 54be981

Please sign in to comment.