Skip to content

Commit

Permalink
fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
psr-codes committed Mar 7, 2024
1 parent 335d61f commit 143e4a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,12 @@ async function getHTMLData() {
}
} else {
// Handle errors or no data found
console.error(
console.log(
"Error extracting HTML data for XPath:",
xpathExpression,
chrome.runtime.lastError || "No data found"
);
isDoneExtracting = true;
}
}
);
Expand Down

0 comments on commit 143e4a6

Please sign in to comment.