Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Sep 3, 2024
1 parent 34c5825 commit f5bad33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/FetchPreview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ export default class FetchPreview extends Command {

if (!url) {
// we might need to process html using JSDOM
console.log(`URL not found in`);
console.log(content);
}

let title = $(`head > title`).text();
Expand Down

0 comments on commit f5bad33

Please sign in to comment.